#CADDE5

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

Shades of Pattens Blue #CADDE5

Tints of Pattens Blue #CADDE5

Color information

#CADDE5 (or 0xCADDE5) is unknown color: approx Pattens Blue. HEX triplet: CA, DD and E5. RGB value is (202,221,229). Sum of RGB (Red+Green+Blue) = 202+221+229=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 229 - color contains mainly: blue. Hex color #CADDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDE5 is #35221A. Grayscale: #D8D8D8. Windows color (decimal): -3482139 or 15064522. OLE color: 15064522.

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

Color convert

RGB202221229-
CMYK0.120.0300.10
HSL197.78º34.18%84.51%-
HSV(B)197.78º11.79%89.8%-
XYZ64.3669.9384.23-
YUV216.23135.21117.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.98%
GREEN value IS 221 (86.72% from 255) = 33.90%
BLUE value IS 229 (89.84% from 255) = 35.12%
R=30.98%
G=33.90%
B=35.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022212290.120.0300.10197.7834.1884.51
HexCADDE5C30Ac62255
Octal31233534514301230642125
Binary11001010110111011110010111001101010110001101000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDE5; }

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

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

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

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

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

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

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

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