#CDEDFE

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

Shades of Pattens Blue #CDEDFE

Tints of Pattens Blue #CDEDFE

Color information

#CDEDFE (or 0xCDEDFE) is unknown color: approx Pattens Blue. HEX triplet: CD, ED and FE. RGB value is (205,237,254). Sum of RGB (Red+Green+Blue) = 205+237+254=696 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.45% from 696); Green value is 237 (92.97% from 255 or 34.05% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDEDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEDFE is #321201. Grayscale: #E5E5E5. Windows color (decimal): -3281410 or 16707021. OLE color: 16707021.

HSL color Cylindrical-coordinate representation of color #CDEDFE: hue angle of 200.82º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDEDFE is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB205237254-
CMYK0.190.0700.00
HSL200.82º96.08%90%-
HSV(B)200.82º19.29%99.61%-
XYZ73.3580.7105.48-
YUV229.37141.9110.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.45%
GREEN value IS 237 (92.97% from 255) = 34.05%
BLUE value IS 254 (99.61% from 255) = 36.49%
R=29.45%
G=34.05%
B=36.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052372540.190.0700.00200.8296.0890
HexCDEDFE13700c9605a
Octal31535537623700311140132
Binary11001101111011011111111010011111001100100111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDFE; }

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

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

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

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

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

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

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

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