Html Css Color HEX #CCDEC8 Surf Crest

📋 copy color: '#CCDEC8'

red 204 ◦ green 222 ◦ blue 200

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

Shades of Surf Crest #CCDEC8

Tints of Surf Crest #CCDEC8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.46%

 BLUE value IS 200 (78.52% from 255) = 31.95%

R = 32.59%
G = 35.46%
B = 31.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#CCDEC8 (or 0xCCDEC8) is known color: Surf Crest. HEX triplet: CC, DE and C8. RGB value is (204,222,200). Sum of RGB (Red+Green+Blue) = 204+222+200=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEC8 is #332137. Grayscale: #D6D6D6. Windows color (decimal): -3350840 or 13164236. OLE color: 13164236.

HSL color Cylindrical-coordinate representation of color #CCDEC8: hue angle of 109.09º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCDEC8 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 222 200 -
CMYK 0.08 0 0.10 0.13
HSL 109.09º 0.25% 0.83% -
HSV(B) 109.09º 0.1% 0.87% -
XYZ 61.45 69.25 64.77 -
YUV 214.11 120.04 120.79 -
System Red Green Blue C M Y K H S L
Decimal 204 222 200 0.08 0 0.10 0.13 109.09 0.25 0.83
Hex CC DE C8 8 0 A D 6D 19 53
Octal 314 336 310 10 0 12 15 155 31 123
Binary 11001100 11011110 11001000 1000 0 1010 1101 1101101 11001 1010011

Color Harmonies of #CCDEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEC8

Black with #CCDEC8

Text Example


Text Example

White with #CCDEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDEC8; }

 p { color: rgb(204,222,200); }

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

background-color css

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

 a { background-color: rgb(204,222,200); }

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

border-color css

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

 span { border-color: rgb(204,222,200); }

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