Html Css Color HEX #C6D5BB Surf Crest

📋 copy color: '#C6D5BB'

red 198 ◦ green 213 ◦ blue 187

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

Shades of Surf Crest #C6D5BB

Tints of Surf Crest #C6D5BB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.62%

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

R = 33.11%
G = 35.62%
B = 31.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#C6D5BB (or 0xC6D5BB) is known color: Surf Crest. HEX triplet: C6, D5 and BB. RGB value is (198,213,187). Sum of RGB (Red+Green+Blue) = 198+213+187=598 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.11% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D5BB is #392A44. Grayscale: #CDCDCD. Windows color (decimal): -3746373 or 12309958. OLE color: 12309958.

HSL color Cylindrical-coordinate representation of color #C6D5BB: hue angle of 94.62º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6D5BB is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 213 187 -
CMYK 0.07 0 0.12 0.16
HSL 94.62º 0.24% 0.78% -
HSV(B) 94.62º 0.12% 0.84% -
XYZ 56.05 63.18 56.25 -
YUV 205.55 117.53 122.61 -
System Red Green Blue C M Y K H S L
Decimal 198 213 187 0.07 0 0.12 0.16 94.62 0.24 0.78
Hex C6 D5 BB 7 0 C 10 5F 18 4E
Octal 306 325 273 7 0 14 20 137 30 116
Binary 11000110 11010101 10111011 111 0 1100 10000 1011111 11000 1001110

Color Harmonies of #C6D5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D5BB

Black with #C6D5BB

Text Example


Text Example

White with #C6D5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D5BB; }

 p { color: rgb(198,213,187); }

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

background-color css

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

 a { background-color: rgb(198,213,187); }

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

border-color css

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

 span { border-color: rgb(198,213,187); }

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