#CCBEE4

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

Shades of Fog #CCBEE4

Tints of Fog #CCBEE4

Color information

#CCBEE4 (or 0xCCBEE4) is unknown color: approx Fog. HEX triplet: CC, BE and E4. RGB value is (204,190,228). Sum of RGB (Red+Green+Blue) = 204+190+228=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 228 (89.45% from 255 or 36.66% from 622); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCBEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEE4 is #33411B. Grayscale: #C6C6C6. Windows color (decimal): -3359004 or 14991052. OLE color: 14991052.

HSL color Cylindrical-coordinate representation of color #CCBEE4: hue angle of 262.11º degrees, saturation: 0.41, 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 #CCBEE4 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB204190228-
CMYK0.110.1700.11
HSL262.11º41.3%81.96%-
HSV(B)262.11º16.67%89.41%-
XYZ57.3255.2781.05-
YUV198.52144.64131.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.80%
GREEN value IS 190 (74.61% from 255) = 30.55%
BLUE value IS 228 (89.45% from 255) = 36.66%
R=32.80%
G=30.55%
B=36.66%

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
Decimal2041902280.110.1700.11262.1141.381.96
HexCCBEE4B110B1062952
Octal314276344132101340651122
Binary110011001011111011100100101110001010111000001101010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEE4; }

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

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

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

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

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

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

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

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