#CADFF6

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

Shades of Pattens Blue #CADFF6

Tints of Pattens Blue #CADFF6

Color information

#CADFF6 (or 0xCADFF6) is unknown color: approx Pattens Blue. HEX triplet: CA, DF and F6. RGB value is (202,223,246). Sum of RGB (Red+Green+Blue) = 202+223+246=671 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.10% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 246 (96.48% from 255 or 36.66% from 671); Max value from RGB is 246 - color contains mainly: blue. Hex color #CADFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADFF6 is #352009. Grayscale: #DBDBDB. Windows color (decimal): -3481610 or 16179146. OLE color: 16179146.

HSL color Cylindrical-coordinate representation of color #CADFF6: hue angle of 211.36º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CADFF6 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202223246-
CMYK0.180.0900.04
HSL211.36º70.97%87.84%-
HSV(B)211.36º17.89%96.47%-
XYZ67.3871.9997.53-
YUV219.34143.04115.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.10%
GREEN value IS 223 (87.5% from 255) = 33.23%
BLUE value IS 246 (96.48% from 255) = 36.66%
R=30.10%
G=33.23%
B=36.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022232460.180.0900.04211.3670.9787.84
HexCADFF612904d34758
Octal312337366221104323107130
Binary11001010110111111111011010010100101001101001110001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFF6; }

 p { color: rgb(202,223,246); }

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

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

 a { background-color: rgb(202,223,246); }

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

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

 span { border-color: rgb(202,223,246); }

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