Html Css Color HEX #C6DCBD Surf Crest

📋 copy color: '#C6DCBD'

red 198 ◦ green 220 ◦ blue 189

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

Shades of Surf Crest #C6DCBD

Tints of Surf Crest #C6DCBD

RGB

 RED value IS 198 (77.73% from 255) = 32.62%

 GREEN value IS 220 (86.33% from 255) = 36.24%

 BLUE value IS 189 (74.22% from 255) = 31.14%

R = 32.62%
G = 36.24%
B = 31.14%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#C6DCBD (or 0xC6DCBD) is known color: Surf Crest. HEX triplet: C6, DC and BD. RGB value is (198,220,189). Sum of RGB (Red+Green+Blue) = 198+220+189=607 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.62% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DCBD is #392342. Grayscale: #D1D1D1. Windows color (decimal): -3744579 or 12442822. OLE color: 12442822.

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

Color convert

RGB 198 220 189 -
CMYK 0.1 0 0.14 0.14
HSL 102.58º 0.31% 0.8% -
HSV(B) 102.58º 0.14% 0.86% -
XYZ 58.07 66.87 57.99 -
YUV 209.89 116.21 119.52 -
System Red Green Blue C M Y K H S L
Decimal 198 220 189 0.1 0 0.14 0.14 102.58 0.31 0.8
Hex C6 DC BD A 0 E E 67 1F 50
Octal 306 334 275 12 0 16 16 147 37 120
Binary 11000110 11011100 10111101 1010 0 1110 1110 1100111 11111 1010000

Color Harmonies of #C6DCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DCBD

Black with #C6DCBD

Text Example


Text Example

White with #C6DCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DCBD; }

 p { color: rgb(198,220,189); }

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

background-color css

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

 a { background-color: rgb(198,220,189); }

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

border-color css

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

 span { border-color: rgb(198,220,189); }

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