Html Css Color HEX #CCBBED Fog

📋 copy color: '#CCBBED'

red 204 ◦ green 187 ◦ blue 237

#CCBBED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fog #CCBBED

Tints of Fog #CCBBED

RGB

 RED value IS 204 (80.08% from 255) = 32.48%

 GREEN value IS 187 (73.44% from 255) = 29.78%

 BLUE value IS 237 (92.97% from 255) = 37.74%

R = 32.48%
G = 29.78%
B = 37.74%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCBBED (or 0xCCBBED) is known color: Fog. HEX triplet: CC, BB and ED. RGB value is (204,187,237). Sum of RGB (Red+Green+Blue) = 204+187+237=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCBBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBBED is #334412. Grayscale: #C5C5C5. Windows color (decimal): -3359763 or 15580108. OLE color: 15580108.

HSL color Cylindrical-coordinate representation of color #CCBBED: hue angle of 260.4º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCBBED is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 187 237 -
CMYK 0.14 0.21 0 0.07
HSL 260.4º 0.58% 0.83% -
HSV(B) 260.4º 0.21% 0.93% -
XYZ 57.96 54.49 87.58 -
YUV 197.78 150.13 132.43 -
System Red Green Blue C M Y K H S L
Decimal 204 187 237 0.14 0.21 0 0.07 260.4 0.58 0.83
Hex CC BB ED E 15 0 7 104 3A 53
Octal 314 273 355 16 25 0 7 404 72 123
Binary 11001100 10111011 11101101 1110 10101 0 111 100000100 111010 1010011

Color Harmonies of #CCBBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBBED

Black with #CCBBED

Text Example


Text Example

White with #CCBBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBBED; }

 p { color: rgb(204,187,237); }

 H1.HeaderClassName
 {
   color: #CCBBED;
 }
 .AnyTagClassName
 {
   color: #CCBBED;
 }
</style>

background-color css

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

 a { background-color: rgb(204,187,237); }

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

border-color css

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

 span { border-color: rgb(204,187,237); }

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