Html Css Color HEX #C2DAB1 Surf Crest

📋 copy color: '#C2DAB1'

red 194 ◦ green 218 ◦ blue 177

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

Shades of Surf Crest #C2DAB1

Tints of Surf Crest #C2DAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 30.05%

R = 32.94%
G = 37.01%
B = 30.05%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#C2DAB1 (or 0xC2DAB1) is known color: Surf Crest. HEX triplet: C2, DA and B1. RGB value is (194,218,177). Sum of RGB (Red+Green+Blue) = 194+218+177=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 177 (69.53% from 255 or 30.05% from 589); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DAB1 is #3D254E. Grayscale: #CECECE. Windows color (decimal): -4007247 or 11655874. OLE color: 11655874.

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

Color convert

RGB 194 218 177 -
CMYK 0.11 0 0.19 0.15
HSL 95.12º 0.36% 0.77% -
HSV(B) 95.12º 0.19% 0.85% -
XYZ 55.26 64.79 51.19 -
YUV 206.15 111.55 119.33 -
System Red Green Blue C M Y K H S L
Decimal 194 218 177 0.11 0 0.19 0.15 95.12 0.36 0.77
Hex C2 DA B1 B 0 13 F 5F 24 4D
Octal 302 332 261 13 0 23 17 137 44 115
Binary 11000010 11011010 10110001 1011 0 10011 1111 1011111 100100 1001101

Color Harmonies of #C2DAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DAB1

Black with #C2DAB1

Text Example


Text Example

White with #C2DAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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