Html Css Color HEX #C3D1B8 Surf Crest

📋 copy color: '#C3D1B8'

red 195 ◦ green 209 ◦ blue 184

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

Shades of Surf Crest #C3D1B8

Tints of Surf Crest #C3D1B8

RGB

 RED value IS 195 (76.56% from 255) = 33.16%

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

 BLUE value IS 184 (72.27% from 255) = 31.29%

R = 33.16%
G = 35.54%
B = 31.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#C3D1B8 (or 0xC3D1B8) is known color: Surf Crest. HEX triplet: C3, D1 and B8. RGB value is (195,209,184). Sum of RGB (Red+Green+Blue) = 195+209+184=588 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.16% from 588); Green value is 209 (82.03% from 255 or 35.54% from 588); Blue value is 184 (72.27% from 255 or 31.29% from 588); Max value from RGB is 209 - color contains mainly: green. Hex color #C3D1B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D1B8 is #3C2E47. Grayscale: #CACACA. Windows color (decimal): -3944008 or 12112323. OLE color: 12112323.

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

Color convert

RGB 195 209 184 -
CMYK 0.07 0 0.12 0.18
HSL 93.6º 0.21% 0.77% -
HSV(B) 93.6º 0.12% 0.82% -
XYZ 53.96 60.66 54.21 -
YUV 201.96 117.86 123.03 -
System Red Green Blue C M Y K H S L
Decimal 195 209 184 0.07 0 0.12 0.18 93.6 0.21 0.77
Hex C3 D1 B8 7 0 C 12 5E 15 4D
Octal 303 321 270 7 0 14 22 136 25 115
Binary 11000011 11010001 10111000 111 0 1100 10010 1011110 10101 1001101

Color Harmonies of #C3D1B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D1B8

Black with #C3D1B8

Text Example


Text Example

White with #C3D1B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D1B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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