Html Css Color HEX #C5DDBF Surf Crest

📋 copy color: '#C5DDBF'

red 197 ◦ green 221 ◦ blue 191

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

Shades of Surf Crest #C5DDBF

Tints of Surf Crest #C5DDBF

RGB

 RED value IS 197 (77.34% from 255) = 32.35%

 GREEN value IS 221 (86.72% from 255) = 36.29%

 BLUE value IS 191 (75% from 255) = 31.36%

R = 32.35%
G = 36.29%
B = 31.36%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#C5DDBF (or 0xC5DDBF) is known color: Surf Crest. HEX triplet: C5, DD and BF. RGB value is (197,221,191). Sum of RGB (Red+Green+Blue) = 197+221+191=609 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.35% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DDBF is #3A2240. Grayscale: #D2D2D2. Windows color (decimal): -3809857 or 12574149. OLE color: 12574149.

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

Color convert

RGB 197 221 191 -
CMYK 0.11 0 0.14 0.13
HSL 108º 0.31% 0.81% -
HSV(B) 108º 0.14% 0.87% -
XYZ 58.29 67.34 59.22 -
YUV 210.4 117.05 118.44 -
System Red Green Blue C M Y K H S L
Decimal 197 221 191 0.11 0 0.14 0.13 108 0.31 0.81
Hex C5 DD BF B 0 E D 6C 1F 51
Octal 305 335 277 13 0 16 15 154 37 121
Binary 11000101 11011101 10111111 1011 0 1110 1101 1101100 11111 1010001

Color Harmonies of #C5DDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DDBF

Black with #C5DDBF

Text Example


Text Example

White with #C5DDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DDBF; }

 p { color: rgb(197,221,191); }

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

background-color css

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

 a { background-color: rgb(197,221,191); }

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

border-color css

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

 span { border-color: rgb(197,221,191); }

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