#CBDBE0

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

Shades of Onahau #CBDBE0

Tints of Onahau #CBDBE0

Color information

#CBDBE0 (or 0xCBDBE0) is unknown color: approx Onahau. HEX triplet: CB, DB and E0. RGB value is (203,219,224). Sum of RGB (Red+Green+Blue) = 203+219+224=646 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.42% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 224 (87.89% from 255 or 34.67% from 646); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBDBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBE0 is #34241F. Grayscale: #D6D6D6. Windows color (decimal): -3417120 or 14736331. OLE color: 14736331.

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

Color convert

RGB203219224-
CMYK0.090.0200.12
HSL194.29º25.3%83.73%-
HSV(B)194.29º9.38%87.84%-
XYZ63.4168.7480.45-
YUV214.79133.2119.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.42%
GREEN value IS 219 (85.94% from 255) = 33.90%
BLUE value IS 224 (87.89% from 255) = 34.67%
R=31.42%
G=33.90%
B=34.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032192240.090.0200.12194.2925.383.73
HexCBDBE0920Cc21954
Octal31333334011201430231124
Binary1100101111011011111000001001100110011000010110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBE0; }

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

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

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

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

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

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

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

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