Html Css Color HEX #C3DBBA Surf Crest

📋 copy color: '#C3DBBA'

red 195 ◦ green 219 ◦ blue 186

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

Shades of Surf Crest #C3DBBA

Tints of Surf Crest #C3DBBA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.5%

 BLUE value IS 186 (73.05% from 255) = 31%

R = 32.5%
G = 36.5%
B = 31%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#C3DBBA (or 0xC3DBBA) is known color: Surf Crest. HEX triplet: C3, DB and BA. RGB value is (195,219,186). Sum of RGB (Red+Green+Blue) = 195+219+186=600 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.5% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DBBA is #3C2445. Grayscale: #D0D0D0. Windows color (decimal): -3941446 or 12245955. OLE color: 12245955.

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

Color convert

RGB 195 219 186 -
CMYK 0.11 0 0.15 0.14
HSL 103.64º 0.31% 0.79% -
HSV(B) 103.64º 0.15% 0.86% -
XYZ 56.7 65.81 56.17 -
YUV 208.06 115.55 118.68 -
System Red Green Blue C M Y K H S L
Decimal 195 219 186 0.11 0 0.15 0.14 103.64 0.31 0.79
Hex C3 DB BA B 0 F E 68 1F 4F
Octal 303 333 272 13 0 17 16 150 37 117
Binary 11000011 11011011 10111010 1011 0 1111 1110 1101000 11111 1001111

Color Harmonies of #C3DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DBBA

Black with #C3DBBA

Text Example


Text Example

White with #C3DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DBBA; }

 p { color: rgb(195,219,186); }

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

background-color css

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

 a { background-color: rgb(195,219,186); }

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

border-color css

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

 span { border-color: rgb(195,219,186); }

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