Html Css Color HEX #CCDEC4 Surf Crest

📋 copy color: '#CCDEC4'

red 204 ◦ green 222 ◦ blue 196

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

Shades of Surf Crest #CCDEC4

Tints of Surf Crest #CCDEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.51%

R = 32.8%
G = 35.69%
B = 31.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#CCDEC4 (or 0xCCDEC4) is known color: Surf Crest. HEX triplet: CC, DE and C4. RGB value is (204,222,196). Sum of RGB (Red+Green+Blue) = 204+222+196=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 196 (76.95% from 255 or 31.51% from 622); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEC4 is #33213B. Grayscale: #D5D5D5. Windows color (decimal): -3350844 or 12902092. OLE color: 12902092.

HSL color Cylindrical-coordinate representation of color #CCDEC4: hue angle of 101.54º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCDEC4 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 222 196 -
CMYK 0.08 0 0.12 0.13
HSL 101.54º 0.28% 0.82% -
HSV(B) 101.54º 0.12% 0.87% -
XYZ 60.99 69.07 62.34 -
YUV 213.65 118.04 121.11 -
System Red Green Blue C M Y K H S L
Decimal 204 222 196 0.08 0 0.12 0.13 101.54 0.28 0.82
Hex CC DE C4 8 0 C D 66 1C 52
Octal 314 336 304 10 0 14 15 146 34 122
Binary 11001100 11011110 11000100 1000 0 1100 1101 1100110 11100 1010010

Color Harmonies of #CCDEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEC4

Black with #CCDEC4

Text Example


Text Example

White with #CCDEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDEC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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