#CDDDC5

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

Shades of Surf Crest #CDDDC5

Tints of Surf Crest #CDDDC5

Color information

#CDDDC5 (or 0xCDDDC5) is unknown color: approx Surf Crest. HEX triplet: CD, DD and C5. RGB value is (205,221,197). Sum of RGB (Red+Green+Blue) = 205+221+197=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDC5 is #32223A. Grayscale: #D5D5D5. Windows color (decimal): -3285563 or 12967373. OLE color: 12967373.

HSL color Cylindrical-coordinate representation of color #CDDDC5: hue angle of 100º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDDDC5 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB205221197-
CMYK0.0700.110.13
HSL100º26.09%81.96%-
HSV(B)100º10.86%86.67%-
XYZ61.1168.7262.87-
YUV213.48118.7121.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.91%
GREEN value IS 221 (86.72% from 255) = 35.47%
BLUE value IS 197 (77.34% from 255) = 31.62%
R=32.91%
G=35.47%
B=31.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052211970.0700.110.1310026.0981.96
HexCDDDC570BD641a52
Octal31533530570131514432122
Binary1100110111011101110001011110101111011100100110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDC5; }

 p { color: rgb(205,221,197); }

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

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

 a { background-color: rgb(205,221,197); }

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

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

 span { border-color: rgb(205,221,197); }

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