Html Css Color HEX #CCDDCA Surf Crest

📋 copy color: '#CCDDCA'

red 204 ◦ green 221 ◦ blue 202

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

Shades of Surf Crest #CCDDCA

Tints of Surf Crest #CCDDCA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.25%

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

R = 32.54%
G = 35.25%
B = 32.22%

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

#CCDDCA (or 0xCCDDCA) is known color: Surf Crest. HEX triplet: CC, DD and CA. RGB value is (204,221,202). Sum of RGB (Red+Green+Blue) = 204+221+202=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDCA is #332235. Grayscale: #D5D5D5. Windows color (decimal): -3351094 or 13295052. OLE color: 13295052.

HSL color Cylindrical-coordinate representation of color #CCDDCA: hue angle of 113.68º degrees, saturation: 0.22, 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 #CCDDCA is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 202 -
CMYK 0.08 0 0.09 0.13
HSL 113.68º 0.22% 0.83% -
HSV(B) 113.68º 0.09% 0.87% -
XYZ 61.42 68.81 65.92 -
YUV 213.75 121.37 121.04 -
System Red Green Blue C M Y K H S L
Decimal 204 221 202 0.08 0 0.09 0.13 113.68 0.22 0.83
Hex CC DD CA 8 0 9 D 72 16 53
Octal 314 335 312 10 0 11 15 162 26 123
Binary 11001100 11011101 11001010 1000 0 1001 1101 1110010 10110 1010011

Color Harmonies of #CCDDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDCA

Black with #CCDDCA

Text Example


Text Example

White with #CCDDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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