Html Css Color HEX #C3DCBD Surf Crest

📋 copy color: '#C3DCBD'

red 195 ◦ green 220 ◦ blue 189

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

Shades of Surf Crest #C3DCBD

Tints of Surf Crest #C3DCBD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.42%

 BLUE value IS 189 (74.22% from 255) = 31.29%

R = 32.28%
G = 36.42%
B = 31.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#C3DCBD (or 0xC3DCBD) is known color: Surf Crest. HEX triplet: C3, DC and BD. RGB value is (195,220,189). Sum of RGB (Red+Green+Blue) = 195+220+189=604 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.28% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DCBD is #3C2342. Grayscale: #D1D1D1. Windows color (decimal): -3941187 or 12442819. OLE color: 12442819.

HSL color Cylindrical-coordinate representation of color #C3DCBD: hue angle of 108.39º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3DCBD is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 220 189 -
CMYK 0.11 0 0.14 0.14
HSL 108.39º 0.31% 0.8% -
HSV(B) 108.39º 0.14% 0.86% -
XYZ 57.28 66.46 57.95 -
YUV 208.99 116.72 118.02 -
System Red Green Blue C M Y K H S L
Decimal 195 220 189 0.11 0 0.14 0.14 108.39 0.31 0.8
Hex C3 DC BD B 0 E E 6C 1F 50
Octal 303 334 275 13 0 16 16 154 37 120
Binary 11000011 11011100 10111101 1011 0 1110 1110 1101100 11111 1010000

Color Harmonies of #C3DCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DCBD

Black with #C3DCBD

Text Example


Text Example

White with #C3DCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DCBD; }

 p { color: rgb(195,220,189); }

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

background-color css

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

 a { background-color: rgb(195,220,189); }

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

border-color css

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

 span { border-color: rgb(195,220,189); }

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