#CADCE4

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

Shades of Pattens Blue #CADCE4

Tints of Pattens Blue #CADCE4

Color information

#CADCE4 (or 0xCADCE4) is unknown color: approx Pattens Blue. HEX triplet: CA, DC and E4. RGB value is (202,220,228). Sum of RGB (Red+Green+Blue) = 202+220+228=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 228 (89.45% from 255 or 35.08% from 650); Max value from RGB is 228 - color contains mainly: blue. Hex color #CADCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCE4 is #35231B. Grayscale: #D7D7D7. Windows color (decimal): -3482396 or 14998730. OLE color: 14998730.

HSL color Cylindrical-coordinate representation of color #CADCE4: hue angle of 198.46º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CADCE4 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB202220228-
CMYK0.110.0400.11
HSL198.46º32.5%84.31%-
HSV(B)198.46º11.4%89.41%-
XYZ63.9569.3483.41-
YUV215.53135.04118.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.08%
GREEN value IS 220 (86.33% from 255) = 33.85%
BLUE value IS 228 (89.45% from 255) = 35.08%
R=31.08%
G=33.85%
B=35.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022202280.110.0400.11198.4632.584.31
HexCADCE4B40Bc62054
Octal31233434413401330640124
Binary110010101101110011100100101110001011110001101000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCE4; }

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

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

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

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

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

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

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

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