Html Css Color HEX #C3D6BF Surf Crest

📋 copy color: '#C3D6BF'

red 195 ◦ green 214 ◦ blue 191

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

Shades of Surf Crest #C3D6BF

Tints of Surf Crest #C3D6BF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.67%

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

R = 32.5%
G = 35.67%
B = 31.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#C3D6BF (or 0xC3D6BF) is known color: Surf Crest. HEX triplet: C3, D6 and BF. RGB value is (195,214,191). Sum of RGB (Red+Green+Blue) = 195+214+191=600 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.5% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 214 - color contains mainly: green. Hex color #C3D6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D6BF is #3C2940. Grayscale: #CDCDCD. Windows color (decimal): -3942721 or 12572355. OLE color: 12572355.

HSL color Cylindrical-coordinate representation of color #C3D6BF: hue angle of 109.57º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3D6BF is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 214 191 -
CMYK 0.09 0 0.11 0.16
HSL 109.57º 0.22% 0.79% -
HSV(B) 109.57º 0.11% 0.84% -
XYZ 55.96 63.46 58.59 -
YUV 205.7 119.71 120.37 -
System Red Green Blue C M Y K H S L
Decimal 195 214 191 0.09 0 0.11 0.16 109.57 0.22 0.79
Hex C3 D6 BF 9 0 B 10 6E 16 4F
Octal 303 326 277 11 0 13 20 156 26 117
Binary 11000011 11010110 10111111 1001 0 1011 10000 1101110 10110 1001111

Color Harmonies of #C3D6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D6BF

Black with #C3D6BF

Text Example


Text Example

White with #C3D6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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