#CCBDE4

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

Shades of Fog #CCBDE4

Tints of Fog #CCBDE4

Color information

#CCBDE4 (or 0xCCBDE4) is unknown color: approx Fog. HEX triplet: CC, BD and E4. RGB value is (204,189,228). Sum of RGB (Red+Green+Blue) = 204+189+228=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 228 (89.45% from 255 or 36.71% from 621); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCBDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDE4 is #33421B. Grayscale: #C5C5C5. Windows color (decimal): -3359260 or 14990796. OLE color: 14990796.

HSL color Cylindrical-coordinate representation of color #CCBDE4: hue angle of 263.08º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCBDE4 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB204189228-
CMYK0.110.1700.11
HSL263.08º41.94%81.76%-
HSV(B)263.08º17.11%89.41%-
XYZ57.154.8380.97-
YUV197.93144.97132.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.85%
GREEN value IS 189 (74.22% from 255) = 30.43%
BLUE value IS 228 (89.45% from 255) = 36.71%
R=32.85%
G=30.43%
B=36.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2041892280.110.1700.11263.0841.9481.76
HexCCBDE4B110B1072a52
Octal314275344132101340752122
Binary110011001011110111100100101110001010111000001111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDE4; }

 p { color: rgb(204,189,228); }

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

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

 a { background-color: rgb(204,189,228); }

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

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

 span { border-color: rgb(204,189,228); }

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