#CDD6CC

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

Shades of Surf Crest #CDD6CC

Tints of Surf Crest #CDD6CC

Color information

#CDD6CC (or 0xCDD6CC) is unknown color: approx Surf Crest. HEX triplet: CD, D6 and CC. RGB value is (205,214,204). Sum of RGB (Red+Green+Blue) = 205+214+204=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD6CC is #322933. Grayscale: #D2D2D2. Windows color (decimal): -3287348 or 13424333. OLE color: 13424333.

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

Color convert

RGB205214204-
CMYK0.0400.050.16
HSL114º10.87%81.96%-
HSV(B)114º4.67%83.92%-
XYZ60.1265.4366.59-
YUV210.17124.52124.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.91%
GREEN value IS 214 (83.98% from 255) = 34.35%
BLUE value IS 204 (80.08% from 255) = 32.74%
R=32.91%
G=34.35%
B=32.74%

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
Decimal2052142040.0400.050.1611410.8781.96
HexCDD6CC4051072b52
Octal3153263144052016213122
Binary110011011101011011001100100010110000111001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD6CC; }

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

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

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

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

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

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

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

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