#CBD7C6

Color #CBD7C6 Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #CBD7C6

Tints of Surf Crest #CBD7C6

Color information

#CBD7C6 (or 0xCBD7C6) is unknown color: approx Surf Crest. HEX triplet: CB, D7 and C6. RGB value is (203,215,198). Sum of RGB (Red+Green+Blue) = 203+215+198=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 215 (84.38% from 255 or 34.90% from 616); Blue value is 198 (77.73% from 255 or 32.14% from 616); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD7C6 is #342839. Grayscale: #D1D1D1. Windows color (decimal): -3418170 or 13031371. OLE color: 13031371.

HSL color Cylindrical-coordinate representation of color #CBD7C6: hue angle of 102.35º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBD7C6 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB203215198-
CMYK0.0600.080.16
HSL102.35º17.53%80.98%-
HSV(B)102.35º7.91%84.31%-
XYZ59.1265.3762.93-
YUV209.47121.52123.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.95%
GREEN value IS 215 (84.38% from 255) = 34.90%
BLUE value IS 198 (77.73% from 255) = 32.14%
R=32.95%
G=34.90%
B=32.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032151980.0600.080.16102.3517.5380.98
HexCBD7C660810661251
Octal31332730660102014622121
Binary11001011110101111100011011001000100001100110100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD7C6; }

 p { color: rgb(203,215,198); }

 H1.HeaderClassName
 {
   color: #CBD7C6;
 }
 .AnyTagClassName
 {
   color: #CBD7C6;
 }
</style>
background-color css

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

 a { background-color: rgb(203,215,198); }

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

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

 span { border-color: rgb(203,215,198); }

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