#CBE3E7

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

Shades of Onahau #CBE3E7

Tints of Onahau #CBE3E7

Color information

#CBE3E7 (or 0xCBE3E7) is unknown color: approx Onahau. HEX triplet: CB, E3 and E7. RGB value is (203,227,231). Sum of RGB (Red+Green+Blue) = 203+227+231=661 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.71% from 661); Green value is 227 (89.06% from 255 or 34.34% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBE3E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE3E7 is #341C18. Grayscale: #DCDCDC. Windows color (decimal): -3415065 or 15197131. OLE color: 15197131.

HSL color Cylindrical-coordinate representation of color #CBE3E7: hue angle of 188.57º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBE3E7 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203227231-
CMYK0.120.0200.09
HSL188.57º36.84%85.1%-
HSV(B)188.57º12.12%90.59%-
XYZ66.5273.486.26-
YUV220.28134.05115.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.71%
GREEN value IS 227 (89.06% from 255) = 34.34%
BLUE value IS 231 (90.62% from 255) = 34.95%
R=30.71%
G=34.34%
B=34.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032272310.120.0200.09188.5736.8485.1
HexCBE3E7C209bd2555
Octal31334334714201127545125
Binary11001011111000111110011111001001001101111011001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE3E7; }

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

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

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

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

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

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

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

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