#CADBE7

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

Shades of Pattens Blue #CADBE7

Tints of Pattens Blue #CADBE7

Color information

#CADBE7 (or 0xCADBE7) is unknown color: approx Pattens Blue. HEX triplet: CA, DB and E7. RGB value is (202,219,231). Sum of RGB (Red+Green+Blue) = 202+219+231=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 231 (90.62% from 255 or 35.43% from 652); Max value from RGB is 231 - color contains mainly: blue. Hex color #CADBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADBE7 is #352418. Grayscale: #D7D7D7. Windows color (decimal): -3482649 or 15195082. OLE color: 15195082.

HSL color Cylindrical-coordinate representation of color #CADBE7: hue angle of 204.83º degrees, saturation: 0.38, 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 #CADBE7 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202219231-
CMYK0.130.0500.09
HSL204.83º37.66%84.9%-
HSV(B)204.83º12.55%90.59%-
XYZ64.1168.9985.54-
YUV215.28136.87118.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.98%
GREEN value IS 219 (85.94% from 255) = 33.59%
BLUE value IS 231 (90.62% from 255) = 35.43%
R=30.98%
G=33.59%
B=35.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022192310.130.0500.09204.8337.6684.9
HexCADBE7D509cd2655
Octal31233334715501131546125
Binary110010101101101111100111110110101001110011011001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBE7; }

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

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

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

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

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

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

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

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