#CCBEDE

Color #CCBEDE Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fog #CCBEDE

Tints of Fog #CCBEDE

Color information

#CCBEDE (or 0xCCBEDE) is unknown color: approx Fog. HEX triplet: CC, BE and DE. RGB value is (204,190,222). Sum of RGB (Red+Green+Blue) = 204+190+222=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCBEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEDE is #334121. Grayscale: #C5C5C5. Windows color (decimal): -3359010 or 14597836. OLE color: 14597836.

HSL color Cylindrical-coordinate representation of color #CCBEDE: hue angle of 266.25º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCBEDE is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204190222-
CMYK0.080.1400.13
HSL266.25º32.65%80.78%-
HSV(B)266.25º14.41%87.06%-
XYZ56.554.9476.73-
YUV197.83141.64132.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.12%
GREEN value IS 190 (74.61% from 255) = 30.84%
BLUE value IS 222 (87.11% from 255) = 36.04%
R=33.12%
G=30.84%
B=36.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041902220.080.1400.13266.2532.6580.78
HexCCBEDE8E0D10a2151
Octal314276336101601541241121
Binary11001100101111101101111010001110011011000010101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEDE; }

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

 H1.HeaderClassName
 {
   color: #CCBEDE;
 }
 .AnyTagClassName
 {
   color: #CCBEDE;
 }
</style>
background-color css

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

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

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

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

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

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