#CDD7CA

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

Shades of Surf Crest #CDD7CA

Tints of Surf Crest #CDD7CA

Color information

#CDD7CA (or 0xCDD7CA) is unknown color: approx Surf Crest. HEX triplet: CD, D7 and CA. RGB value is (205,215,202). Sum of RGB (Red+Green+Blue) = 205+215+202=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 215 (84.38% from 255 or 34.57% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD7CA is #322835. Grayscale: #D2D2D2. Windows color (decimal): -3287094 or 13293517. OLE color: 13293517.

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

Color convert

RGB205215202-
CMYK0.0500.060.16
HSL106.15º13.98%81.76%-
HSV(B)106.15º6.05%84.31%-
XYZ60.1465.8465.42-
YUV210.53123.19124.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.96%
GREEN value IS 215 (84.38% from 255) = 34.57%
BLUE value IS 202 (79.30% from 255) = 32.48%
R=32.96%
G=34.57%
B=32.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052152020.0500.060.16106.1513.9881.76
HexCDD7CA506106ae52
Octal3153273125062015216122
Binary110011011101011111001010101011010000110101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD7CA; }

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

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

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

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

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

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

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

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