#C8DDB4

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

Shades of Surf Crest #C8DDB4

Tints of Surf Crest #C8DDB4

Color information

#C8DDB4 (or 0xC8DDB4) is unknown color: approx Surf Crest. HEX triplet: C8, DD and B4. RGB value is (200,221,180). Sum of RGB (Red+Green+Blue) = 200+221+180=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDB4 is #37224B. Grayscale: #D2D2D2. Windows color (decimal): -3613260 or 11853256. OLE color: 11853256.

HSL color Cylindrical-coordinate representation of color #C8DDB4: hue angle of 90.73º 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 #C8DDB4 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB200221180-
CMYK0.1000.190.13
HSL90.73º37.61%78.63%-
HSV(B)90.73º18.55%86.67%-
XYZ57.9167.2953.12-
YUV210.05111.04120.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.28%
GREEN value IS 221 (86.72% from 255) = 36.77%
BLUE value IS 180 (70.70% from 255) = 29.95%
R=33.28%
G=36.77%
B=29.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002211800.1000.190.1390.7337.6178.63
HexC8DDB4A013D5b264f
Octal310335264120231513346117
Binary1100100011011101101101001010010011110110110111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DDB4; }

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

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

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

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

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

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

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

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