Html Css Color HEX #C3D3BF Surf Crest

📋 copy color: '#C3D3BF'

red 195 ◦ green 211 ◦ blue 191

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

Shades of Surf Crest #C3D3BF

Tints of Surf Crest #C3D3BF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.34%

 BLUE value IS 191 (75% from 255) = 31.99%

R = 32.66%
G = 35.34%
B = 31.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#C3D3BF (or 0xC3D3BF) is known color: Surf Crest. HEX triplet: C3, D3 and BF. RGB value is (195,211,191). Sum of RGB (Red+Green+Blue) = 195+211+191=597 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.66% from 597); Green value is 211 (82.81% from 255 or 35.34% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 211 - color contains mainly: green. Hex color #C3D3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D3BF is #3C2C40. Grayscale: #CCCCCC. Windows color (decimal): -3943489 or 12571587. OLE color: 12571587.

HSL color Cylindrical-coordinate representation of color #C3D3BF: hue angle of 108º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3D3BF is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 195 211 191 -
CMYK 0.08 0 0.09 0.17
HSL 108º 0.19% 0.79% -
HSV(B) 108º 0.09% 0.83% -
XYZ 55.2 61.95 58.34 -
YUV 203.94 120.7 121.63 -
System Red Green Blue C M Y K H S L
Decimal 195 211 191 0.08 0 0.09 0.17 108 0.19 0.79
Hex C3 D3 BF 8 0 9 11 6C 13 4F
Octal 303 323 277 10 0 11 21 154 23 117
Binary 11000011 11010011 10111111 1000 0 1001 10001 1101100 10011 1001111

Color Harmonies of #C3D3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D3BF

Black with #C3D3BF

Text Example


Text Example

White with #C3D3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D3BF; }

 p { color: rgb(195,211,191); }

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

background-color css

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

 a { background-color: rgb(195,211,191); }

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

border-color css

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

 span { border-color: rgb(195,211,191); }

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