#CBD7C4

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

Shades of Surf Crest #CBD7C4

Tints of Surf Crest #CBD7C4

Color information

#CBD7C4 (or 0xCBD7C4) is unknown color: approx Surf Crest. HEX triplet: CB, D7 and C4. RGB value is (203,215,196). Sum of RGB (Red+Green+Blue) = 203+215+196=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD7C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD7C4 is #34283B. Grayscale: #D1D1D1. Windows color (decimal): -3418172 or 12900299. OLE color: 12900299.

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

Color convert

RGB203215196-
CMYK0.0600.090.16
HSL97.89º19.19%80.59%-
HSV(B)97.89º8.84%84.31%-
XYZ58.8965.2861.72-
YUV209.25120.52123.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.06%
GREEN value IS 215 (84.38% from 255) = 35.02%
BLUE value IS 196 (76.95% from 255) = 31.92%
R=33.06%
G=35.02%
B=31.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032151960.0600.090.1697.8919.1980.59
HexCBD7C460910621351
Octal31332730460112014223121
Binary11001011110101111100010011001001100001100010100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD7C4; }

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

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

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

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

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

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

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

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