#CADDF1

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

Shades of Pattens Blue #CADDF1

Tints of Pattens Blue #CADDF1

Color information

#CADDF1 (or 0xCADDF1) is unknown color: approx Pattens Blue. HEX triplet: CA, DD and F1. RGB value is (202,221,241). Sum of RGB (Red+Green+Blue) = 202+221+241=664 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.42% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 241 - color contains mainly: blue. Hex color #CADDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADDF1 is #35220E. Grayscale: #D9D9D9. Windows color (decimal): -3482127 or 15850954. OLE color: 15850954.

HSL color Cylindrical-coordinate representation of color #CADDF1: hue angle of 210.77º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CADDF1 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202221241-
CMYK0.160.0800.05
HSL210.77º58.21%86.86%-
HSV(B)210.77º16.18%94.51%-
XYZ66.0970.6293.37-
YUV217.6141.21116.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.42%
GREEN value IS 221 (86.72% from 255) = 33.28%
BLUE value IS 241 (94.53% from 255) = 36.30%
R=30.42%
G=33.28%
B=36.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022212410.160.0800.05210.7758.2186.86
HexCADDF110805d33a57
Octal31233536120100532372127
Binary1100101011011101111100011000010000101110100111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDF1; }

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

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

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

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

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

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

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

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