#CADEEB

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

Shades of Pattens Blue #CADEEB

Tints of Pattens Blue #CADEEB

Color information

#CADEEB (or 0xCADEEB) is unknown color: approx Pattens Blue. HEX triplet: CA, DE and EB. RGB value is (202,222,235). Sum of RGB (Red+Green+Blue) = 202+222+235=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 235 - color contains mainly: blue. Hex color #CADEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADEEB is #352114. Grayscale: #D9D9D9. Windows color (decimal): -3481877 or 15457994. OLE color: 15457994.

HSL color Cylindrical-coordinate representation of color #CADEEB: hue angle of 203.64º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CADEEB is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202222235-
CMYK0.140.0600.08
HSL203.64º45.21%85.69%-
HSV(B)203.64º14.04%92.16%-
XYZ65.4770.888.81-
YUV217.5137.87116.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.65%
GREEN value IS 222 (87.11% from 255) = 33.69%
BLUE value IS 235 (92.19% from 255) = 35.66%
R=30.65%
G=33.69%
B=35.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022222350.140.0600.08203.6445.2185.69
HexCADEEBE608cc2d56
Octal31233635316601031455126
Binary110010101101111011101011111011001000110011001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADEEB; }

 p { color: rgb(202,222,235); }

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

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

 a { background-color: rgb(202,222,235); }

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

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

 span { border-color: rgb(202,222,235); }

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