#CADBE9

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

Shades of Pattens Blue #CADBE9

Tints of Pattens Blue #CADBE9

Color information

#CADBE9 (or 0xCADBE9) is unknown color: approx Pattens Blue. HEX triplet: CA, DB and E9. RGB value is (202,219,233). Sum of RGB (Red+Green+Blue) = 202+219+233=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 233 (91.41% from 255 or 35.63% from 654); Max value from RGB is 233 - color contains mainly: blue. Hex color #CADBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADBE9 is #352416. Grayscale: #D7D7D7. Windows color (decimal): -3482647 or 15326154. OLE color: 15326154.

HSL color Cylindrical-coordinate representation of color #CADBE9: hue angle of 207.1º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CADBE9 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202219233-
CMYK0.130.0600.09
HSL207.1º41.33%85.29%-
HSV(B)207.1º13.3%91.37%-
XYZ64.469.187.03-
YUV215.51137.87118.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.89%
GREEN value IS 219 (85.94% from 255) = 33.49%
BLUE value IS 233 (91.41% from 255) = 35.63%
R=30.89%
G=33.49%
B=35.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022192330.130.0600.09207.141.3385.29
HexCADBE9D609cf2955
Octal31233335115601131751125
Binary110010101101101111101001110111001001110011111010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBE9; }

 p { color: rgb(202,219,233); }

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

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

 a { background-color: rgb(202,219,233); }

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

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

 span { border-color: rgb(202,219,233); }

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