#CDEDFD

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

Shades of Pattens Blue #CDEDFD

Tints of Pattens Blue #CDEDFD

Color information

#CDEDFD (or 0xCDEDFD) is unknown color: approx Pattens Blue. HEX triplet: CD, ED and FD. RGB value is (205,237,253). Sum of RGB (Red+Green+Blue) = 205+237+253=695 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.50% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDEDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEDFD is #321202. Grayscale: #E5E5E5. Windows color (decimal): -3281411 or 16641485. OLE color: 16641485.

HSL color Cylindrical-coordinate representation of color #CDEDFD: hue angle of 200º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDEDFD is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205237253-
CMYK0.190.0600.01
HSL200º92.31%89.8%-
HSV(B)200º18.97%99.22%-
XYZ73.1980.64104.64-
YUV229.26141.4110.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.50%
GREEN value IS 237 (92.97% from 255) = 34.10%
BLUE value IS 253 (99.22% from 255) = 36.40%
R=29.50%
G=34.10%
B=36.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052372530.190.0600.0120092.3189.8
HexCDEDFD13601c85c5a
Octal31535537523601310134132
Binary11001101111011011111110110011110011100100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDFD; }

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

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

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

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

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

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

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

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