#CBD5C6

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

Shades of Surf Crest #CBD5C6

Tints of Surf Crest #CBD5C6

Color information

#CBD5C6 (or 0xCBD5C6) is unknown color: approx Surf Crest. HEX triplet: CB, D5 and C6. RGB value is (203,213,198). Sum of RGB (Red+Green+Blue) = 203+213+198=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5C6 is #342A39. Grayscale: #D0D0D0. Windows color (decimal): -3418682 or 13030859. OLE color: 13030859.

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

Color convert

RGB203213198-
CMYK0.0500.070.16
HSL100º15.15%80.59%-
HSV(B)100º7.04%83.53%-
XYZ58.6264.3662.76-
YUV208.3122.19124.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.06%
GREEN value IS 213 (83.59% from 255) = 34.69%
BLUE value IS 198 (77.73% from 255) = 32.25%
R=33.06%
G=34.69%
B=32.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032131980.0500.070.1610015.1580.59
HexCBD5C65071064f51
Octal3133253065072014417121
Binary110010111101010111000110101011110000110010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD5C6; }

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

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

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

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

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

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

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

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