#CBE3EA

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

Shades of Onahau #CBE3EA

Tints of Onahau #CBE3EA

Color information

#CBE3EA (or 0xCBE3EA) is unknown color: approx Onahau. HEX triplet: CB, E3 and EA. RGB value is (203,227,234). Sum of RGB (Red+Green+Blue) = 203+227+234=664 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.57% from 664); Green value is 227 (89.06% from 255 or 34.19% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBE3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE3EA is #341C15. Grayscale: #DCDCDC. Windows color (decimal): -3415062 or 15393739. OLE color: 15393739.

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

Color convert

RGB203227234-
CMYK0.130.0300.08
HSL193.55º42.47%85.69%-
HSV(B)193.55º13.25%91.76%-
XYZ66.9573.5888.51-
YUV220.62135.55115.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.57%
GREEN value IS 227 (89.06% from 255) = 34.19%
BLUE value IS 234 (91.80% from 255) = 35.24%
R=30.57%
G=34.19%
B=35.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032272340.130.0300.08193.5542.4785.69
HexCBE3EAD308c22a56
Octal31334335215301030252126
Binary11001011111000111110101011011101000110000101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE3EA; }

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

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

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

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

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

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

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

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