Html Css Color HEX #C2DBBB Surf Crest

📋 copy color: '#C2DBBB'

red 194 ◦ green 219 ◦ blue 187

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

Shades of Surf Crest #C2DBBB

Tints of Surf Crest #C2DBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.17%

R = 32.33%
G = 36.5%
B = 31.17%

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

#C2DBBB (or 0xC2DBBB) is known color: Surf Crest. HEX triplet: C2, DB and BB. RGB value is (194,219,187). Sum of RGB (Red+Green+Blue) = 194+219+187=600 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.33% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBBB is #3D2444. Grayscale: #CFCFCF. Windows color (decimal): -4006981 or 12311490. OLE color: 12311490.

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

Color convert

RGB 194 219 187 -
CMYK 0.11 0 0.15 0.14
HSL 106.88º 0.31% 0.8% -
HSV(B) 106.88º 0.15% 0.86% -
XYZ 56.55 65.72 56.72 -
YUV 207.88 116.22 118.1 -
System Red Green Blue C M Y K H S L
Decimal 194 219 187 0.11 0 0.15 0.14 106.88 0.31 0.8
Hex C2 DB BB B 0 F E 6B 1F 50
Octal 302 333 273 13 0 17 16 153 37 120
Binary 11000010 11011011 10111011 1011 0 1111 1110 1101011 11111 1010000

Color Harmonies of #C2DBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DBBB

Black with #C2DBBB

Text Example


Text Example

White with #C2DBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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