#CBD5C8

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

Shades of Surf Crest #CBD5C8

Tints of Surf Crest #CBD5C8

Color information

#CBD5C8 (or 0xCBD5C8) is unknown color: approx Surf Crest. HEX triplet: CB, D5 and C8. RGB value is (203,213,200). Sum of RGB (Red+Green+Blue) = 203+213+200=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 213 (83.59% from 255 or 34.58% from 616); Blue value is 200 (78.52% from 255 or 32.47% from 616); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5C8 is #342A37. Grayscale: #D0D0D0. Windows color (decimal): -3418680 or 13161931. OLE color: 13161931.

HSL color Cylindrical-coordinate representation of color #CBD5C8: hue angle of 106.15º 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 #CBD5C8 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB203213200-
CMYK0.0500.060.16
HSL106.15º13.4%80.98%-
HSV(B)106.15º6.1%83.53%-
XYZ58.8564.4663.98-
YUV208.53123.19124.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.95%
GREEN value IS 213 (83.59% from 255) = 34.58%
BLUE value IS 200 (78.52% from 255) = 32.47%
R=32.95%
G=34.58%
B=32.47%

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
Decimal2032132000.0500.060.16106.1513.480.98
HexCBD5C8506106ad51
Octal3133253105062015215121
Binary110010111101010111001000101011010000110101011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD5C8; }

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

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

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

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

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

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

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

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