#CDEDF7

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

Shades of Pattens Blue #CDEDF7

Tints of Pattens Blue #CDEDF7

Color information

#CDEDF7 (or 0xCDEDF7) is unknown color: approx Pattens Blue. HEX triplet: CD, ED and F7. RGB value is (205,237,247). Sum of RGB (Red+Green+Blue) = 205+237+247=689 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.75% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 247 (96.88% from 255 or 35.85% from 689); Max value from RGB is 247 - color contains mainly: blue. Hex color #CDEDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEDF7 is #321208. Grayscale: #E4E4E4. Windows color (decimal): -3281417 or 16248269. OLE color: 16248269.

HSL color Cylindrical-coordinate representation of color #CDEDF7: hue angle of 194.29º 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 #CDEDF7 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB205237247-
CMYK0.170.0400.03
HSL194.29º72.41%88.63%-
HSV(B)194.29º17%96.86%-
XYZ72.2580.2699.68-
YUV228.57138.4111.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.75%
GREEN value IS 237 (92.97% from 255) = 34.40%
BLUE value IS 247 (96.88% from 255) = 35.85%
R=29.75%
G=34.40%
B=35.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052372470.170.0400.03194.2972.4188.63
HexCDEDF711403c24859
Octal31535536721403302110131
Binary110011011110110111110111100011000111100001010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDF7; }

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

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

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

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

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

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

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

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