#CBE0E3

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

Shades of Onahau #CBE0E3

Tints of Onahau #CBE0E3

Color information

#CBE0E3 (or 0xCBE0E3) is unknown color: approx Onahau. HEX triplet: CB, E0 and E3. RGB value is (203,224,227). Sum of RGB (Red+Green+Blue) = 203+224+227=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 224 (87.89% from 255 or 34.25% from 654); Blue value is 227 (89.06% from 255 or 34.71% from 654); Max value from RGB is 227 - color contains mainly: blue. Hex color #CBE0E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE0E3 is #341F1C. Grayscale: #DADADA. Windows color (decimal): -3415837 or 14934219. OLE color: 14934219.

HSL color Cylindrical-coordinate representation of color #CBE0E3: hue angle of 187.5º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBE0E3 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB203224227-
CMYK0.110.0100.11
HSL187.5º30%84.31%-
HSV(B)187.5º10.57%89.02%-
XYZ65.1571.5583.05-
YUV218.06133.04117.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.04%
GREEN value IS 224 (87.89% from 255) = 34.25%
BLUE value IS 227 (89.06% from 255) = 34.71%
R=31.04%
G=34.25%
B=34.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032242270.110.0100.11187.53084.31
HexCBE0E3B10Bbc1e54
Octal31334034313101327436124
Binary110010111110000011100011101110101110111100111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE0E3; }

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

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

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

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

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

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

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

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