#CADDE4

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

Shades of Pattens Blue #CADDE4

Tints of Pattens Blue #CADDE4

Color information

#CADDE4 (or 0xCADDE4) is unknown color: approx Pattens Blue. HEX triplet: CA, DD and E4. RGB value is (202,221,228). Sum of RGB (Red+Green+Blue) = 202+221+228=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 228 (89.45% from 255 or 35.02% from 651); Max value from RGB is 228 - color contains mainly: blue. Hex color #CADDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDE4 is #35221B. Grayscale: #D8D8D8. Windows color (decimal): -3482140 or 14998986. OLE color: 14998986.

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

Color convert

RGB202221228-
CMYK0.110.0300.11
HSL196.15º32.5%84.31%-
HSV(B)196.15º11.4%89.41%-
XYZ64.2269.8783.5-
YUV216.12134.71117.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.03%
GREEN value IS 221 (86.72% from 255) = 33.95%
BLUE value IS 228 (89.45% from 255) = 35.02%
R=31.03%
G=33.95%
B=35.02%

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
Decimal2022212280.110.0300.11196.1532.584.31
HexCADDE4B30Bc42054
Octal31233534413301330440124
Binary11001010110111011110010010111101011110001001000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDE4; }

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

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

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

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

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

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

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

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