Html Css Color HEX #CCDECA Surf Crest

📋 copy color: '#CCDECA'

red 204 ◦ green 222 ◦ blue 202

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

Shades of Surf Crest #CCDECA

Tints of Surf Crest #CCDECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.17%

R = 32.48%
G = 35.35%
B = 32.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#CCDECA (or 0xCCDECA) is known color: Surf Crest. HEX triplet: CC, DE and CA. RGB value is (204,222,202). Sum of RGB (Red+Green+Blue) = 204+222+202=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDECA is #332135. Grayscale: #D6D6D6. Windows color (decimal): -3350838 or 13295308. OLE color: 13295308.

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

Color convert

RGB 204 222 202 -
CMYK 0.08 0 0.09 0.13
HSL 114º 0.23% 0.83% -
HSV(B) 114º 0.09% 0.87% -
XYZ 61.68 69.34 66.01 -
YUV 214.34 121.04 120.63 -
System Red Green Blue C M Y K H S L
Decimal 204 222 202 0.08 0 0.09 0.13 114 0.23 0.83
Hex CC DE CA 8 0 9 D 72 17 53
Octal 314 336 312 10 0 11 15 162 27 123
Binary 11001100 11011110 11001010 1000 0 1001 1101 1110010 10111 1010011

Color Harmonies of #CCDECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDECA

Black with #CCDECA

Text Example


Text Example

White with #CCDECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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