#CDD6CA

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

Shades of Surf Crest #CDD6CA

Tints of Surf Crest #CDD6CA

Color information

#CDD6CA (or 0xCDD6CA) is unknown color: approx Surf Crest. HEX triplet: CD, D6 and CA. RGB value is (205,214,202). Sum of RGB (Red+Green+Blue) = 205+214+202=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD6CA is #322935. Grayscale: #D1D1D1. Windows color (decimal): -3287350 or 13293261. OLE color: 13293261.

HSL color Cylindrical-coordinate representation of color #CDD6CA: hue angle of 105º degrees, saturation: 0.13, 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 #CDD6CA is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB205214202-
CMYK0.0400.060.16
HSL105º12.77%81.57%-
HSV(B)105º5.61%83.92%-
XYZ59.8865.3465.33-
YUV209.94123.52124.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.01%
GREEN value IS 214 (83.98% from 255) = 34.46%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=33.01%
G=34.46%
B=32.53%

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
Decimal2052142020.0400.060.1610512.7781.57
HexCDD6CA4061069d52
Octal3153263124062015115122
Binary110011011101011011001010100011010000110100111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD6CA; }

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

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

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

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

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

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

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

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