#CADEEC

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

Shades of Pattens Blue #CADEEC

Tints of Pattens Blue #CADEEC

Color information

#CADEEC (or 0xCADEEC) is unknown color: approx Pattens Blue. HEX triplet: CA, DE and EC. RGB value is (202,222,236). Sum of RGB (Red+Green+Blue) = 202+222+236=660 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.61% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 236 - color contains mainly: blue. Hex color #CADEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADEEC is #352113. Grayscale: #D9D9D9. Windows color (decimal): -3481876 or 15523530. OLE color: 15523530.

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

Color convert

RGB202222236-
CMYK0.140.0600.07
HSL204.71º47.22%85.88%-
HSV(B)204.71º14.41%92.55%-
XYZ65.6270.8689.57-
YUV217.62138.37116.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.61%
GREEN value IS 222 (87.11% from 255) = 33.64%
BLUE value IS 236 (92.58% from 255) = 35.76%
R=30.61%
G=33.64%
B=35.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022222360.140.0600.07204.7147.2285.88
HexCADEECE607cd2f56
Octal3123363541660731557126
Binary11001010110111101110110011101100111110011011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADEEC; }

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

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

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

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

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

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

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

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