Html Css Color HEX #CCE0C6 Surf Crest

📋 copy color: '#CCE0C6'

red 204 ◦ green 224 ◦ blue 198

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

Shades of Surf Crest #CCE0C6

Tints of Surf Crest #CCE0C6

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.78%

 BLUE value IS 198 (77.73% from 255) = 31.63%

R = 32.59%
G = 35.78%
B = 31.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#CCE0C6 (or 0xCCE0C6) is known color: Surf Crest. HEX triplet: CC, E0 and C6. RGB value is (204,224,198). Sum of RGB (Red+Green+Blue) = 204+224+198=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 224 (87.89% from 255 or 35.78% from 626); Blue value is 198 (77.73% from 255 or 31.63% from 626); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0C6 is #331F39. Grayscale: #D7D7D7. Windows color (decimal): -3350330 or 13033676. OLE color: 13033676.

HSL color Cylindrical-coordinate representation of color #CCE0C6: hue angle of 106.15º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE0C6 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 224 198 -
CMYK 0.09 0 0.12 0.12
HSL 106.15º 0.3% 0.83% -
HSV(B) 106.15º 0.12% 0.88% -
XYZ 61.75 70.23 63.73 -
YUV 215.06 118.37 120.11 -
System Red Green Blue C M Y K H S L
Decimal 204 224 198 0.09 0 0.12 0.12 106.15 0.3 0.83
Hex CC E0 C6 9 0 C C 6A 1E 53
Octal 314 340 306 11 0 14 14 152 36 123
Binary 11001100 11100000 11000110 1001 0 1100 1100 1101010 11110 1010011

Color Harmonies of #CCE0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE0C6

Black with #CCE0C6

Text Example


Text Example

White with #CCE0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE0C6; }

 p { color: rgb(204,224,198); }

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

background-color css

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

 a { background-color: rgb(204,224,198); }

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

border-color css

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

 span { border-color: rgb(204,224,198); }

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