#CDEAF7

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

Shades of Pattens Blue #CDEAF7

Tints of Pattens Blue #CDEAF7

Color information

#CDEAF7 (or 0xCDEAF7) is unknown color: approx Pattens Blue. HEX triplet: CD, EA and F7. RGB value is (205,234,247). Sum of RGB (Red+Green+Blue) = 205+234+247=686 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.88% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 247 (96.88% from 255 or 36.01% from 686); Max value from RGB is 247 - color contains mainly: blue. Hex color #CDEAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEAF7 is #321508. Grayscale: #E2E2E2. Windows color (decimal): -3282185 or 16247501. OLE color: 16247501.

HSL color Cylindrical-coordinate representation of color #CDEAF7: hue angle of 198.57º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDEAF7 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB205234247-
CMYK0.170.0500.03
HSL198.57º72.41%88.63%-
HSV(B)198.57º17%96.86%-
XYZ71.3978.5499.39-
YUV226.81139.39112.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.88%
GREEN value IS 234 (91.80% from 255) = 34.11%
BLUE value IS 247 (96.88% from 255) = 36.01%
R=29.88%
G=34.11%
B=36.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052342470.170.0500.03198.5772.4188.63
HexCDEAF711503c74859
Octal31535236721503307110131
Binary110011011110101011110111100011010111100011110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEAF7; }

 p { color: rgb(205,234,247); }

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

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

 a { background-color: rgb(205,234,247); }

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

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

 span { border-color: rgb(205,234,247); }

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