Html Css Color HEX #CCE6E4 Foam

📋 copy color: '#CCE6E4'

red 204 ◦ green 230 ◦ blue 228

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

Shades of Foam #CCE6E4

Tints of Foam #CCE6E4

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.74%

 BLUE value IS 228 (89.45% from 255) = 34.44%

R = 30.82%
G = 34.74%
B = 34.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#CCE6E4 (or 0xCCE6E4) is known color: Foam. HEX triplet: CC, E6 and E4. RGB value is (204,230,228). Sum of RGB (Red+Green+Blue) = 204+230+228=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 230 (90.23% from 255 or 34.74% from 662); Blue value is 228 (89.45% from 255 or 34.44% from 662); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE6E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE6E4 is #33191B. Grayscale: #DDDDDD. Windows color (decimal): -3348764 or 15001292. OLE color: 15001292.

HSL color Cylindrical-coordinate representation of color #CCE6E4: hue angle of 175.38º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCE6E4 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 230 228 -
CMYK 0.11 0 0.01 0.10
HSL 175.38º 0.34% 0.85% -
HSV(B) 175.38º 0.11% 0.9% -
XYZ 67.2 75.03 84.34 -
YUV 222 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 204 230 228 0.11 0 0.01 0.10 175.38 0.34 0.85
Hex CC E6 E4 B 0 1 A AF 22 55
Octal 314 346 344 13 0 1 12 257 42 125
Binary 11001100 11100110 11100100 1011 0 1 1010 10101111 100010 1010101

Color Harmonies of #CCE6E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE6E4

Black with #CCE6E4

Text Example


Text Example

White with #CCE6E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE6E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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