#CBE0C5

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

Shades of Surf Crest #CBE0C5

Tints of Surf Crest #CBE0C5

Color information

#CBE0C5 (or 0xCBE0C5) is unknown color: approx Surf Crest. HEX triplet: CB, E0 and C5. RGB value is (203,224,197). Sum of RGB (Red+Green+Blue) = 203+224+197=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE0C5 is #341F3A. Grayscale: #D6D6D6. Windows color (decimal): -3415867 or 12968139. OLE color: 12968139.

HSL color Cylindrical-coordinate representation of color #CBE0C5: hue angle of 106.67º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBE0C5 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB203224197-
CMYK0.0900.120.12
HSL106.67º30.34%82.55%-
HSV(B)106.67º12.05%87.84%-
XYZ61.3670.0463.11-
YUV214.64118.04119.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.53%
GREEN value IS 224 (87.89% from 255) = 35.90%
BLUE value IS 197 (77.34% from 255) = 31.57%
R=32.53%
G=35.90%
B=31.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032241970.0900.120.12106.6730.3482.55
HexCBE0C590CC6b1e53
Octal313340305110141415336123
Binary11001011111000001100010110010110011001101011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE0C5; }

 p { color: rgb(203,224,197); }

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

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

 a { background-color: rgb(203,224,197); }

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

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

 span { border-color: rgb(203,224,197); }

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