#CADEF3

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

Shades of Pattens Blue #CADEF3

Tints of Pattens Blue #CADEF3

Color information

#CADEF3 (or 0xCADEF3) is unknown color: approx Pattens Blue. HEX triplet: CA, DE and F3. RGB value is (202,222,243). Sum of RGB (Red+Green+Blue) = 202+222+243=667 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.28% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 243 (95.31% from 255 or 36.43% from 667); Max value from RGB is 243 - color contains mainly: blue. Hex color #CADEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADEF3 is #35210C. Grayscale: #DADADA. Windows color (decimal): -3481869 or 15982282. OLE color: 15982282.

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

Color convert

RGB202222243-
CMYK0.170.0900.05
HSL210.73º63.08%87.25%-
HSV(B)210.73º16.87%95.29%-
XYZ66.6671.2795.04-
YUV218.41141.87116.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.28%
GREEN value IS 222 (87.11% from 255) = 33.28%
BLUE value IS 243 (95.31% from 255) = 36.43%
R=30.28%
G=33.28%
B=36.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022222430.170.0900.05210.7363.0887.25
HexCADEF311905d33f57
Octal31233636321110532377127
Binary1100101011011110111100111000110010101110100111111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADEF3; }

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

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

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

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

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

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

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

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