#CBDFE5

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

Shades of Onahau #CBDFE5

Tints of Onahau #CBDFE5

Color information

#CBDFE5 (or 0xCBDFE5) is unknown color: approx Onahau. HEX triplet: CB, DF and E5. RGB value is (203,223,229). Sum of RGB (Red+Green+Blue) = 203+223+229=655 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.99% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBDFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDFE5 is #34201A. Grayscale: #D9D9D9. Windows color (decimal): -3416091 or 15065035. OLE color: 15065035.

HSL color Cylindrical-coordinate representation of color #CBDFE5: hue angle of 193.85º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBDFE5 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB203223229-
CMYK0.110.0300.10
HSL193.85º33.33%84.71%-
HSV(B)193.85º11.35%89.8%-
XYZ65.1671.1384.42-
YUV217.7134.37117.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.99%
GREEN value IS 223 (87.5% from 255) = 34.05%
BLUE value IS 229 (89.84% from 255) = 34.96%
R=30.99%
G=34.05%
B=34.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032232290.110.0300.10193.8533.3384.71
HexCBDFE5B30Ac22155
Octal31333734513301230241125
Binary11001011110111111110010110111101010110000101000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDFE5; }

 p { color: rgb(203,223,229); }

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

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

 a { background-color: rgb(203,223,229); }

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

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

 span { border-color: rgb(203,223,229); }

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