#C0DDB4

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

Shades of Surf Crest #C0DDB4

Tints of Surf Crest #C0DDB4

Color information

#C0DDB4 (or 0xC0DDB4) is unknown color: approx Surf Crest. HEX triplet: C0, DD and B4. RGB value is (192,221,180). Sum of RGB (Red+Green+Blue) = 192+221+180=593 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.38% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 180 (70.70% from 255 or 30.35% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDB4 is #3F224B. Grayscale: #CFCFCF. Windows color (decimal): -4137548 or 11853248. OLE color: 11853248.

HSL color Cylindrical-coordinate representation of color #C0DDB4: hue angle of 102.44º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0DDB4 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB192221180-
CMYK0.1300.190.13
HSL102.44º37.61%78.63%-
HSV(B)102.44º18.55%86.67%-
XYZ55.8366.2153.02-
YUV207.66112.39116.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.38%
GREEN value IS 221 (86.72% from 255) = 37.27%
BLUE value IS 180 (70.70% from 255) = 30.35%
R=32.38%
G=37.27%
B=30.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922211800.1300.190.13102.4437.6178.63
HexC0DDB4D013D66264f
Octal300335264150231514646117
Binary1100000011011101101101001101010011110111001101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DDB4; }

 p { color: rgb(192,221,180); }

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

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

 a { background-color: rgb(192,221,180); }

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

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

 span { border-color: rgb(192,221,180); }

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