#CCBEEB

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

Shades of Fog #CCBEEB

Tints of Fog #CCBEEB

Color information

#CCBEEB (or 0xCCBEEB) is unknown color: approx Fog. HEX triplet: CC, BE and EB. RGB value is (204,190,235). Sum of RGB (Red+Green+Blue) = 204+190+235=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCBEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBEEB is #334114. Grayscale: #C7C7C7. Windows color (decimal): -3358997 or 15449804. OLE color: 15449804.

HSL color Cylindrical-coordinate representation of color #CCBEEB: hue angle of 258.67º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCBEEB is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204190235-
CMYK0.130.1900.08
HSL258.67º52.94%83.33%-
HSV(B)258.67º19.15%92.16%-
XYZ58.3155.6686.27-
YUV199.32148.14131.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.43%
GREEN value IS 190 (74.61% from 255) = 30.21%
BLUE value IS 235 (92.19% from 255) = 37.36%
R=32.43%
G=30.21%
B=37.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041902350.130.1900.08258.6752.9483.33
HexCCBEEBD13081033553
Octal314276353152301040365123
Binary110011001011111011101011110110011010001000000111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEEB; }

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

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

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

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

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

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

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

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