#CDD5CA

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

Shades of Surf Crest #CDD5CA

Tints of Surf Crest #CDD5CA

Color information

#CDD5CA (or 0xCDD5CA) is unknown color: approx Surf Crest. HEX triplet: CD, D5 and CA. RGB value is (205,213,202). Sum of RGB (Red+Green+Blue) = 205+213+202=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5CA is #322A35. Grayscale: #D1D1D1. Windows color (decimal): -3287606 or 13293005. OLE color: 13293005.

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

Color convert

RGB205213202-
CMYK0.0400.050.16
HSL103.64º11.58%81.37%-
HSV(B)103.64º5.16%83.53%-
XYZ59.6364.8365.25-
YUV209.35123.85124.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.06%
GREEN value IS 213 (83.59% from 255) = 34.35%
BLUE value IS 202 (79.30% from 255) = 32.58%
R=33.06%
G=34.35%
B=32.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052132020.0400.050.16103.6411.5881.37
HexCDD5CA4051068c51
Octal3153253124052015014121
Binary110011011101010111001010100010110000110100011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5CA; }

 p { color: rgb(205,213,202); }

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

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

 a { background-color: rgb(205,213,202); }

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

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

 span { border-color: rgb(205,213,202); }

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