#CBE4EB

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

Shades of Onahau #CBE4EB

Tints of Onahau #CBE4EB

Color information

#CBE4EB (or 0xCBE4EB) is unknown color: approx Onahau. HEX triplet: CB, E4 and EB. RGB value is (203,228,235). Sum of RGB (Red+Green+Blue) = 203+228+235=666 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.48% from 666); Green value is 228 (89.45% from 255 or 34.23% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBE4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE4EB is #341B14. Grayscale: #DDDDDD. Windows color (decimal): -3414805 or 15459531. OLE color: 15459531.

HSL color Cylindrical-coordinate representation of color #CBE4EB: hue angle of 193.12º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBE4EB is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203228235-
CMYK0.140.0300.08
HSL193.12º44.44%85.88%-
HSV(B)193.12º13.62%92.16%-
XYZ67.3774.1889.37-
YUV221.32135.72114.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.48%
GREEN value IS 228 (89.45% from 255) = 34.23%
BLUE value IS 235 (92.19% from 255) = 35.29%
R=30.48%
G=34.23%
B=35.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032282350.140.0300.08193.1244.4485.88
HexCBE4EBE308c12c56
Octal31334435316301030154126
Binary11001011111001001110101111101101000110000011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE4EB; }

 p { color: rgb(203,228,235); }

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

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

 a { background-color: rgb(203,228,235); }

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

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

 span { border-color: rgb(203,228,235); }

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