#CADCE5

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

Shades of Pattens Blue #CADCE5

Tints of Pattens Blue #CADCE5

Color information

#CADCE5 (or 0xCADCE5) is unknown color: approx Pattens Blue. HEX triplet: CA, DC and E5. RGB value is (202,220,229). Sum of RGB (Red+Green+Blue) = 202+220+229=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 229 - color contains mainly: blue. Hex color #CADCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCE5 is #35231A. Grayscale: #D7D7D7. Windows color (decimal): -3482395 or 15064266. OLE color: 15064266.

HSL color Cylindrical-coordinate representation of color #CADCE5: hue angle of 200º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CADCE5 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB202220229-
CMYK0.120.0400.10
HSL200º34.18%84.51%-
HSV(B)200º11.79%89.8%-
XYZ64.0969.484.15-
YUV215.64135.54118.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.03%
GREEN value IS 220 (86.33% from 255) = 33.79%
BLUE value IS 229 (89.84% from 255) = 35.18%
R=31.03%
G=33.79%
B=35.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022202290.120.0400.1020034.1884.51
HexCADCE5C40Ac82255
Octal31233434514401231042125
Binary110010101101110011100101110010001010110010001000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCE5; }

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

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

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

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

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

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

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

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