#CCD5C9

Color #CCD5C9 Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #CCD5C9

Tints of Surf Crest #CCD5C9

Color information

#CCD5C9 (or 0xCCD5C9) is unknown color: approx Surf Crest. HEX triplet: CC, D5 and C9. RGB value is (204,213,201). Sum of RGB (Red+Green+Blue) = 204+213+201=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 213 (83.59% from 255 or 34.47% from 618); Blue value is 201 (78.91% from 255 or 32.52% from 618); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5C9 is #332A36. Grayscale: #D0D0D0. Windows color (decimal): -3353143 or 13227468. OLE color: 13227468.

HSL color Cylindrical-coordinate representation of color #CCD5C9: hue angle of 105º degrees, saturation: 0.13, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD5C9 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB204213201-
CMYK0.0400.060.16
HSL105º12.5%81.18%-
HSV(B)105º5.63%83.53%-
XYZ59.2464.6464.61-
YUV208.94123.52124.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.01%
GREEN value IS 213 (83.59% from 255) = 34.47%
BLUE value IS 201 (78.91% from 255) = 32.52%
R=33.01%
G=34.47%
B=32.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042132010.0400.060.1610512.581.18
HexCCD5C94061069d51
Octal3143253114062015115121
Binary110011001101010111001001100011010000110100111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD5C9; }

 p { color: rgb(204,213,201); }

 H1.HeaderClassName
 {
   color: #CCD5C9;
 }
 .AnyTagClassName
 {
   color: #CCD5C9;
 }
</style>
background-color css

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

 a { background-color: rgb(204,213,201); }

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

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

 span { border-color: rgb(204,213,201); }

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