#CADCEE

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

Shades of Pattens Blue #CADCEE

Tints of Pattens Blue #CADCEE

Color information

#CADCEE (or 0xCADCEE) is unknown color: approx Pattens Blue. HEX triplet: CA, DC and EE. RGB value is (202,220,238). Sum of RGB (Red+Green+Blue) = 202+220+238=660 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.61% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 238 - color contains mainly: blue. Hex color #CADCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADCEE is #352311. Grayscale: #D8D8D8. Windows color (decimal): -3482386 or 15654090. OLE color: 15654090.

HSL color Cylindrical-coordinate representation of color #CADCEE: hue angle of 210º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CADCEE is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202220238-
CMYK0.150.0800.07
HSL210º51.43%86.27%-
HSV(B)210º15.13%93.33%-
XYZ65.3869.9290.94-
YUV216.67140.04117.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.61%
GREEN value IS 220 (86.33% from 255) = 33.33%
BLUE value IS 238 (93.36% from 255) = 36.06%
R=30.61%
G=33.33%
B=36.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022202380.150.0800.0721051.4386.27
HexCADCEEF807d23356
Octal31233435617100732263126
Binary110010101101110011101110111110000111110100101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCEE; }

 p { color: rgb(202,220,238); }

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

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

 a { background-color: rgb(202,220,238); }

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

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

 span { border-color: rgb(202,220,238); }

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