Html Css Color HEX #C2DBBC Surf Crest

📋 copy color: '#C2DBBC'

red 194 ◦ green 219 ◦ blue 188

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

Shades of Surf Crest #C2DBBC

Tints of Surf Crest #C2DBBC

RGB

 RED value IS 194 (76.17% from 255) = 32.28%

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

 BLUE value IS 188 (73.83% from 255) = 31.28%

R = 32.28%
G = 36.44%
B = 31.28%

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

#C2DBBC (or 0xC2DBBC) is known color: Surf Crest. HEX triplet: C2, DB and BC. RGB value is (194,219,188). Sum of RGB (Red+Green+Blue) = 194+219+188=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBBC is #3D2443. Grayscale: #D0D0D0. Windows color (decimal): -4006980 or 12377026. OLE color: 12377026.

HSL color Cylindrical-coordinate representation of color #C2DBBC: hue angle of 108.39º degrees, saturation: 0.3, 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 #C2DBBC is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 219 188 -
CMYK 0.11 0 0.14 0.14
HSL 108.39º 0.3% 0.8% -
HSV(B) 108.39º 0.14% 0.86% -
XYZ 56.66 65.76 57.28 -
YUV 207.99 116.72 118.02 -
System Red Green Blue C M Y K H S L
Decimal 194 219 188 0.11 0 0.14 0.14 108.39 0.3 0.8
Hex C2 DB BC B 0 E E 6C 1E 50
Octal 302 333 274 13 0 16 16 154 36 120
Binary 11000010 11011011 10111100 1011 0 1110 1110 1101100 11110 1010000

Color Harmonies of #C2DBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DBBC

Black with #C2DBBC

Text Example


Text Example

White with #C2DBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DBBC; }

 p { color: rgb(194,219,188); }

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

background-color css

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

 a { background-color: rgb(194,219,188); }

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

border-color css

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

 span { border-color: rgb(194,219,188); }

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