Html Css Color HEX #C8DCB4 Surf Crest

📋 copy color: '#C8DCB4'

red 200 ◦ green 220 ◦ blue 180

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

Shades of Surf Crest #C8DCB4

Tints of Surf Crest #C8DCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30%

R = 33.33%
G = 36.67%
B = 30%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#C8DCB4 (or 0xC8DCB4) is known color: Surf Crest. HEX triplet: C8, DC and B4. RGB value is (200,220,180). Sum of RGB (Red+Green+Blue) = 200+220+180=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 180 (70.70% from 255 or 30% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCB4 is #37234B. Grayscale: #D1D1D1. Windows color (decimal): -3613516 or 11853000. OLE color: 11853000.

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

Color convert

RGB 200 220 180 -
CMYK 0.09 0 0.18 0.14
HSL 90º 0.36% 0.78% -
HSV(B) 90º 0.18% 0.86% -
XYZ 57.65 66.76 53.03 -
YUV 209.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 200 220 180 0.09 0 0.18 0.14 90 0.36 0.78
Hex C8 DC B4 9 0 12 E 5A 24 4E
Octal 310 334 264 11 0 22 16 132 44 116
Binary 11001000 11011100 10110100 1001 0 10010 1110 1011010 100100 1001110

Color Harmonies of #C8DCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DCB4

Black with #C8DCB4

Text Example


Text Example

White with #C8DCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DCB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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