Html Css Color HEX #C8DDBA Surf Crest

📋 copy color: '#C8DDBA'

red 200 ◦ green 221 ◦ blue 186

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

Shades of Surf Crest #C8DDBA

Tints of Surf Crest #C8DDBA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.41%

 BLUE value IS 186 (73.05% from 255) = 30.64%

R = 32.95%
G = 36.41%
B = 30.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#C8DDBA (or 0xC8DDBA) is known color: Surf Crest. HEX triplet: C8, DD and BA. RGB value is (200,221,186). Sum of RGB (Red+Green+Blue) = 200+221+186=607 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.95% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDBA is #372245. Grayscale: #D2D2D2. Windows color (decimal): -3613254 or 12246472. OLE color: 12246472.

HSL color Cylindrical-coordinate representation of color #C8DDBA: hue angle of 96º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8DDBA is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 221 186 -
CMYK 0.10 0 0.16 0.13
HSL 96º 0.34% 0.8% -
HSV(B) 96º 0.16% 0.87% -
XYZ 58.54 67.54 56.41 -
YUV 210.73 114.04 120.35 -
System Red Green Blue C M Y K H S L
Decimal 200 221 186 0.10 0 0.16 0.13 96 0.34 0.8
Hex C8 DD BA A 0 10 D 60 22 50
Octal 310 335 272 12 0 20 15 140 42 120
Binary 11001000 11011101 10111010 1010 0 10000 1101 1100000 100010 1010000

Color Harmonies of #C8DDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DDBA

Black with #C8DDBA

Text Example


Text Example

White with #C8DDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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