#CADDEE

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

Shades of Pattens Blue #CADDEE

Tints of Pattens Blue #CADDEE

Color information

#CADDEE (or 0xCADDEE) is unknown color: approx Pattens Blue. HEX triplet: CA, DD and EE. RGB value is (202,221,238). Sum of RGB (Red+Green+Blue) = 202+221+238=661 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.56% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #CADDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADDEE is #352211. Grayscale: #D9D9D9. Windows color (decimal): -3482130 or 15654346. OLE color: 15654346.

HSL color Cylindrical-coordinate representation of color #CADDEE: hue angle of 208.33º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CADDEE is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202221238-
CMYK0.150.0700.07
HSL208.33º51.43%86.27%-
HSV(B)208.33º15.13%93.33%-
XYZ65.6570.4491.03-
YUV217.26139.71117.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.56%
GREEN value IS 221 (86.72% from 255) = 33.43%
BLUE value IS 238 (93.36% from 255) = 36.01%
R=30.56%
G=33.43%
B=36.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022212380.150.0700.07208.3351.4386.27
HexCADDEEF707d03356
Octal3123353561770732063126
Binary11001010110111011110111011111110111110100001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDEE; }

 p { color: rgb(202,221,238); }

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

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

 a { background-color: rgb(202,221,238); }

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

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

 span { border-color: rgb(202,221,238); }

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