#CDDEC7

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

Shades of Surf Crest #CDDEC7

Tints of Surf Crest #CDDEC7

Color information

#CDDEC7 (or 0xCDDEC7) is unknown color: approx Surf Crest. HEX triplet: CD, DE and C7. RGB value is (205,222,199). Sum of RGB (Red+Green+Blue) = 205+222+199=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDEC7 is #322138. Grayscale: #D6D6D6. Windows color (decimal): -3285305 or 13098701. OLE color: 13098701.

HSL color Cylindrical-coordinate representation of color #CDDEC7: hue angle of 104.35º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDDEC7 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB205222199-
CMYK0.0800.100.13
HSL104.35º25.84%82.55%-
HSV(B)104.35º10.36%87.06%-
XYZ61.6169.3564.17-
YUV214.3119.37121.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.75%
GREEN value IS 222 (87.11% from 255) = 35.46%
BLUE value IS 199 (78.12% from 255) = 31.79%
R=32.75%
G=35.46%
B=31.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052221990.0800.100.13104.3525.8482.55
HexCDDEC780AD681a53
Octal315336307100121515032123
Binary11001101110111101100011110000101011011101000110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDEC7; }

 p { color: rgb(205,222,199); }

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

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

 a { background-color: rgb(205,222,199); }

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

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

 span { border-color: rgb(205,222,199); }

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