Html Css Color HEX #C2DABC Surf Crest

📋 copy color: '#C2DABC'

red 194 ◦ green 218 ◦ blue 188

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

Shades of Surf Crest #C2DABC

Tints of Surf Crest #C2DABC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.33%

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

R = 32.33%
G = 36.33%
B = 31.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#C2DABC (or 0xC2DABC) is known color: Surf Crest. HEX triplet: C2, DA and BC. RGB value is (194,218,188). Sum of RGB (Red+Green+Blue) = 194+218+188=600 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.33% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DABC is #3D2543. Grayscale: #CFCFCF. Windows color (decimal): -4007236 or 12376770. OLE color: 12376770.

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

Color convert

RGB 194 218 188 -
CMYK 0.11 0 0.14 0.15
HSL 108º 0.29% 0.8% -
HSV(B) 108º 0.14% 0.85% -
XYZ 56.4 65.24 57.2 -
YUV 207.4 117.05 118.44 -
System Red Green Blue C M Y K H S L
Decimal 194 218 188 0.11 0 0.14 0.15 108 0.29 0.8
Hex C2 DA BC B 0 E F 6C 1D 50
Octal 302 332 274 13 0 16 17 154 35 120
Binary 11000010 11011010 10111100 1011 0 1110 1111 1101100 11101 1010000

Color Harmonies of #C2DABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DABC

Black with #C2DABC

Text Example


Text Example

White with #C2DABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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