Html Css Color HEX #C8DBBA Surf Crest

📋 copy color: '#C8DBBA'

red 200 ◦ green 219 ◦ blue 186

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

Shades of Surf Crest #C8DBBA

Tints of Surf Crest #C8DBBA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.2%

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

R = 33.06%
G = 36.2%
B = 30.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#C8DBBA (or 0xC8DBBA) is known color: Surf Crest. HEX triplet: C8, DB and BA. RGB value is (200,219,186). Sum of RGB (Red+Green+Blue) = 200+219+186=605 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.06% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DBBA is #372445. Grayscale: #D1D1D1. Windows color (decimal): -3613766 or 12245960. OLE color: 12245960.

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

Color convert

RGB 200 219 186 -
CMYK 0.09 0 0.15 0.14
HSL 94.55º 0.31% 0.79% -
HSV(B) 94.55º 0.15% 0.86% -
XYZ 58.01 66.49 56.23 -
YUV 209.56 114.71 121.18 -
System Red Green Blue C M Y K H S L
Decimal 200 219 186 0.09 0 0.15 0.14 94.55 0.31 0.79
Hex C8 DB BA 9 0 F E 5F 1F 4F
Octal 310 333 272 11 0 17 16 137 37 117
Binary 11001000 11011011 10111010 1001 0 1111 1110 1011111 11111 1001111

Color Harmonies of #C8DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DBBA

Black with #C8DBBA

Text Example


Text Example

White with #C8DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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