Html Css Color HEX #C5D1C3 Surf Crest

📋 copy color: '#C5D1C3'

red 197 ◦ green 209 ◦ blue 195

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

Shades of Surf Crest #C5D1C3

Tints of Surf Crest #C5D1C3

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.78%

 BLUE value IS 195 (76.56% from 255) = 32.45%

R = 32.78%
G = 34.78%
B = 32.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#C5D1C3 (or 0xC5D1C3) is known color: Surf Crest. HEX triplet: C5, D1 and C3. RGB value is (197,209,195). Sum of RGB (Red+Green+Blue) = 197+209+195=601 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.78% from 601); Green value is 209 (82.03% from 255 or 34.78% from 601); Blue value is 195 (76.56% from 255 or 32.45% from 601); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D1C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D1C3 is #3A2E3C. Grayscale: #CBCBCB. Windows color (decimal): -3812925 or 12833221. OLE color: 12833221.

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

Color convert

RGB 197 209 195 -
CMYK 0.06 0 0.07 0.18
HSL 111.43º 0.13% 0.79% -
HSV(B) 111.43º 0.07% 0.82% -
XYZ 55.68 61.41 60.55 -
YUV 203.82 123.02 123.14 -
System Red Green Blue C M Y K H S L
Decimal 197 209 195 0.06 0 0.07 0.18 111.43 0.13 0.79
Hex C5 D1 C3 6 0 7 12 6F D 4F
Octal 305 321 303 6 0 7 22 157 15 117
Binary 11000101 11010001 11000011 110 0 111 10010 1101111 1101 1001111

Color Harmonies of #C5D1C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D1C3

Black with #C5D1C3

Text Example


Text Example

White with #C5D1C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D1C3; }

 p { color: rgb(197,209,195); }

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

background-color css

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

 a { background-color: rgb(197,209,195); }

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

border-color css

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

 span { border-color: rgb(197,209,195); }

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