#CBD5C9

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

Shades of Surf Crest #CBD5C9

Tints of Surf Crest #CBD5C9

Color information

#CBD5C9 (or 0xCBD5C9) is unknown color: approx Surf Crest. HEX triplet: CB, D5 and C9. RGB value is (203,213,201). Sum of RGB (Red+Green+Blue) = 203+213+201=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 213 (83.59% from 255 or 34.52% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5C9 is #342A36. Grayscale: #D0D0D0. Windows color (decimal): -3418679 or 13227467. OLE color: 13227467.

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

Color convert

RGB203213201-
CMYK0.0500.060.16
HSL110º12.5%81.18%-
HSV(B)110º5.63%83.53%-
XYZ58.9764.564.6-
YUV208.64123.69123.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.90%
GREEN value IS 213 (83.59% from 255) = 34.52%
BLUE value IS 201 (78.91% from 255) = 32.58%
R=32.90%
G=34.52%
B=32.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032132010.0500.060.1611012.581.18
HexCBD5C9506106ed51
Octal3133253115062015615121
Binary110010111101010111001001101011010000110111011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD5C9; }

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

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

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

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

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

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

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

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