Html Css Color HEX #CCBEEE Fog

📋 copy color: '#CCBEEE'

red 204 ◦ green 190 ◦ blue 238

#CCBEEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fog #CCBEEE

Tints of Fog #CCBEEE

RGB

 RED value IS 204 (80.08% from 255) = 32.28%

 GREEN value IS 190 (74.61% from 255) = 30.06%

 BLUE value IS 238 (93.36% from 255) = 37.66%

R = 32.28%
G = 30.06%
B = 37.66%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCBEEE (or 0xCCBEEE) is known color: Fog. HEX triplet: CC, BE and EE. RGB value is (204,190,238). Sum of RGB (Red+Green+Blue) = 204+190+238=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCBEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBEEE is #334111. Grayscale: #C7C7C7. Windows color (decimal): -3358994 or 15646412. OLE color: 15646412.

HSL color Cylindrical-coordinate representation of color #CCBEEE: hue angle of 257.5º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCBEEE is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 190 238 -
CMYK 0.14 0.20 0 0.07
HSL 257.5º 0.59% 0.84% -
HSV(B) 257.5º 0.2% 0.93% -
XYZ 58.75 55.84 88.57 -
YUV 199.66 149.64 131.1 -
System Red Green Blue C M Y K H S L
Decimal 204 190 238 0.14 0.20 0 0.07 257.5 0.59 0.84
Hex CC BE EE E 14 0 7 102 3B 54
Octal 314 276 356 16 24 0 7 402 73 124
Binary 11001100 10111110 11101110 1110 10100 0 111 100000010 111011 1010100

Color Harmonies of #CCBEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBEEE

Black with #CCBEEE

Text Example


Text Example

White with #CCBEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBEEE; }

 p { color: rgb(204,190,238); }

 H1.HeaderClassName
 {
   color: #CCBEEE;
 }
 .AnyTagClassName
 {
   color: #CCBEEE;
 }
</style>

background-color css

<style>
 a { background-color: #CCBEEE; }

 a { background-color: rgb(204,190,238); }

 div.DivClassName
 {
   background-color: #CCBEEE;
 }
 .BgClassName
 {
   background-color: #CCBEEE;
 }
</style>

border-color css

<style>
 span { border-color: #CCBEEE; }

 span { border-color: rgb(204,190,238); }

 td.TdClassName
 {
   border-color: #CCBEEE;
 }
 .TagClassName
 {
   border-color: #CCBEEE;
 }
</style>