#CBDDE3

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

Shades of Onahau #CBDDE3

Tints of Onahau #CBDDE3

Color information

#CBDDE3 (or 0xCBDDE3) is unknown color: approx Onahau. HEX triplet: CB, DD and E3. RGB value is (203,221,227). Sum of RGB (Red+Green+Blue) = 203+221+227=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 227 (89.06% from 255 or 34.87% from 651); Max value from RGB is 227 - color contains mainly: blue. Hex color #CBDDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDE3 is #34221C. Grayscale: #D8D8D8. Windows color (decimal): -3416605 or 14933451. OLE color: 14933451.

HSL color Cylindrical-coordinate representation of color #CBDDE3: hue angle of 195º 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 #CBDDE3 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB203221227-
CMYK0.110.0300.11
HSL195º30%84.31%-
HSV(B)195º10.57%89.02%-
XYZ64.3569.9682.78-
YUV216.3134.04118.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.18%
GREEN value IS 221 (86.72% from 255) = 33.95%
BLUE value IS 227 (89.06% from 255) = 34.87%
R=31.18%
G=33.95%
B=34.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032212270.110.0300.111953084.31
HexCBDDE3B30Bc31e54
Octal31333534313301330336124
Binary1100101111011101111000111011110101111000011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDE3; }

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

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

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

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

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

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

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

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