#CADCE1

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

Shades of Onahau #CADCE1

Tints of Onahau #CADCE1

Color information

#CADCE1 (or 0xCADCE1) is unknown color: approx Onahau. HEX triplet: CA, DC and E1. RGB value is (202,220,225). Sum of RGB (Red+Green+Blue) = 202+220+225=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 225 - color contains mainly: blue. Hex color #CADCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCE1 is #35231E. Grayscale: #D7D7D7. Windows color (decimal): -3482399 or 14802122. OLE color: 14802122.

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

Color convert

RGB202220225-
CMYK0.100.0200.12
HSL193.04º27.71%83.73%-
HSV(B)193.04º10.22%88.24%-
XYZ63.5469.1881.24-
YUV215.19133.54118.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.22%
GREEN value IS 220 (86.33% from 255) = 34.00%
BLUE value IS 225 (88.28% from 255) = 34.78%
R=31.22%
G=34.00%
B=34.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022202250.100.0200.12193.0427.7183.73
HexCADCE1A20Cc11c54
Octal31233434112201430134124
Binary1100101011011100111000011010100110011000001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCE1; }

 p { color: rgb(202,220,225); }

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

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

 a { background-color: rgb(202,220,225); }

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

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

 span { border-color: rgb(202,220,225); }

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