#CBD5CA

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

Shades of Surf Crest #CBD5CA

Tints of Surf Crest #CBD5CA

Color information

#CBD5CA (or 0xCBD5CA) is unknown color: approx Surf Crest. HEX triplet: CB, D5 and CA. RGB value is (203,213,202). Sum of RGB (Red+Green+Blue) = 203+213+202=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 213 (83.59% from 255 or 34.47% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5CA is #342A35. Grayscale: #D0D0D0. Windows color (decimal): -3418678 or 13293003. OLE color: 13293003.

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

Color convert

RGB203213202-
CMYK0.0500.050.16
HSL114.55º11.58%81.37%-
HSV(B)114.55º5.16%83.53%-
XYZ59.0864.5565.22-
YUV208.76124.19123.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.85%
GREEN value IS 213 (83.59% from 255) = 34.47%
BLUE value IS 202 (79.30% from 255) = 32.69%
R=32.85%
G=34.47%
B=32.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032132020.0500.050.16114.5511.5881.37
HexCBD5CA5051073c51
Octal3133253125052016314121
Binary110010111101010111001010101010110000111001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD5CA; }

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

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

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

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

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

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

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

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