#CCBFDC

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

Shades of Fog #CCBFDC

Tints of Fog #CCBFDC

Color information

#CCBFDC (or 0xCCBFDC) is unknown color: approx Fog. HEX triplet: CC, BF and DC. RGB value is (204,191,220). Sum of RGB (Red+Green+Blue) = 204+191+220=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCBFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFDC is #334023. Grayscale: #C6C6C6. Windows color (decimal): -3358756 or 14467020. OLE color: 14467020.

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

Color convert

RGB204191220-
CMYK0.070.1300.14
HSL266.9º29.29%80.59%-
HSV(B)266.9º13.18%86.27%-
XYZ56.4555.2775.4-
YUV198.19140.31132.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.17%
GREEN value IS 191 (75% from 255) = 31.06%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=33.17%
G=31.06%
B=35.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041912200.070.1300.14266.929.2980.59
HexCCBFDC7D0E10b1d51
Octal31427733471501641335121
Binary110011001011111111011100111110101110100001011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBFDC; }

 p { color: rgb(204,191,220); }

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

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

 a { background-color: rgb(204,191,220); }

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

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

 span { border-color: rgb(204,191,220); }

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