Html Css Color HEX #C8DCB9 Surf Crest

📋 copy color: '#C8DCB9'

red 200 ◦ green 220 ◦ blue 185

#C8DCB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surf Crest #C8DCB9

Tints of Surf Crest #C8DCB9

RGB

 RED value IS 200 (78.52% from 255) = 33.06%

 GREEN value IS 220 (86.33% from 255) = 36.36%

 BLUE value IS 185 (72.66% from 255) = 30.58%

R = 33.06%
G = 36.36%
B = 30.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#C8DCB9 (or 0xC8DCB9) is known color: Surf Crest. HEX triplet: C8, DC and B9. RGB value is (200,220,185). Sum of RGB (Red+Green+Blue) = 200+220+185=605 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.06% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 185 (72.66% from 255 or 30.58% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCB9 is #372346. Grayscale: #D2D2D2. Windows color (decimal): -3613511 or 12180680. OLE color: 12180680.

HSL color Cylindrical-coordinate representation of color #C8DCB9: hue angle of 94.29º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8DCB9 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 220 185 -
CMYK 0.09 0 0.16 0.14
HSL 94.29º 0.33% 0.79% -
HSV(B) 94.29º 0.16% 0.86% -
XYZ 58.17 66.97 55.76 -
YUV 210.03 113.87 120.85 -
System Red Green Blue C M Y K H S L
Decimal 200 220 185 0.09 0 0.16 0.14 94.29 0.33 0.79
Hex C8 DC B9 9 0 10 E 5E 21 4F
Octal 310 334 271 11 0 20 16 136 41 117
Binary 11001000 11011100 10111001 1001 0 10000 1110 1011110 100001 1001111

Color Harmonies of #C8DCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DCB9

Black with #C8DCB9

Text Example


Text Example

White with #C8DCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DCB9; }

 p { color: rgb(200,220,185); }

 H1.HeaderClassName
 {
   color: #C8DCB9;
 }
 .AnyTagClassName
 {
   color: #C8DCB9;
 }
</style>

background-color css

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

 a { background-color: rgb(200,220,185); }

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

border-color css

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

 span { border-color: rgb(200,220,185); }

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