Html Css Color HEX #C5D2BB Surf Crest

📋 copy color: '#C5D2BB'

red 197 ◦ green 210 ◦ blue 187

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

Shades of Surf Crest #C5D2BB

Tints of Surf Crest #C5D2BB

RGB

 RED value IS 197 (77.34% from 255) = 33.16%

 GREEN value IS 210 (82.42% from 255) = 35.35%

 BLUE value IS 187 (73.44% from 255) = 31.48%

R = 33.16%
G = 35.35%
B = 31.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#C5D2BB (or 0xC5D2BB) is known color: Surf Crest. HEX triplet: C5, D2 and BB. RGB value is (197,210,187). Sum of RGB (Red+Green+Blue) = 197+210+187=594 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.16% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D2BB is #3A2D44. Grayscale: #CBCBCB. Windows color (decimal): -3812677 or 12309189. OLE color: 12309189.

HSL color Cylindrical-coordinate representation of color #C5D2BB: hue angle of 93.91º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5D2BB is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 210 187 -
CMYK 0.06 0 0.11 0.18
HSL 93.91º 0.2% 0.78% -
HSV(B) 93.91º 0.11% 0.82% -
XYZ 55.04 61.55 55.99 -
YUV 203.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 197 210 187 0.06 0 0.11 0.18 93.91 0.2 0.78
Hex C5 D2 BB 6 0 B 12 5E 14 4E
Octal 305 322 273 6 0 13 22 136 24 116
Binary 11000101 11010010 10111011 110 0 1011 10010 1011110 10100 1001110

Color Harmonies of #C5D2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D2BB

Black with #C5D2BB

Text Example


Text Example

White with #C5D2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D2BB; }

 p { color: rgb(197,210,187); }

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

background-color css

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

 a { background-color: rgb(197,210,187); }

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

border-color css

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

 span { border-color: rgb(197,210,187); }

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