Html Css Color HEX #C2D8B3 Surf Crest

📋 copy color: '#C2D8B3'

red 194 ◦ green 216 ◦ blue 179

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

Shades of Surf Crest #C2D8B3

Tints of Surf Crest #C2D8B3

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.67%

 BLUE value IS 179 (70.31% from 255) = 30.39%

R = 32.94%
G = 36.67%
B = 30.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#C2D8B3 (or 0xC2D8B3) is known color: Surf Crest. HEX triplet: C2, D8 and B3. RGB value is (194,216,179). Sum of RGB (Red+Green+Blue) = 194+216+179=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 179 (70.31% from 255 or 30.39% from 589); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D8B3 is #3D274C. Grayscale: #CDCDCD. Windows color (decimal): -4007757 or 11786434. OLE color: 11786434.

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

Color convert

RGB 194 216 179 -
CMYK 0.10 0 0.17 0.15
HSL 95.68º 0.32% 0.77% -
HSV(B) 95.68º 0.17% 0.85% -
XYZ 54.94 63.84 52.07 -
YUV 205.2 113.21 120.01 -
System Red Green Blue C M Y K H S L
Decimal 194 216 179 0.10 0 0.17 0.15 95.68 0.32 0.77
Hex C2 D8 B3 A 0 11 F 60 20 4D
Octal 302 330 263 12 0 21 17 140 40 115
Binary 11000010 11011000 10110011 1010 0 10001 1111 1100000 100000 1001101

Color Harmonies of #C2D8B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D8B3

Black with #C2D8B3

Text Example


Text Example

White with #C2D8B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D8B3; }

 p { color: rgb(194,216,179); }

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

background-color css

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

 a { background-color: rgb(194,216,179); }

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

border-color css

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

 span { border-color: rgb(194,216,179); }

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