#CDEDFF

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

Shades of Pattens Blue #CDEDFF

Tints of Pattens Blue #CDEDFF

Color information

#CDEDFF (or 0xCDEDFF) is unknown color: approx Pattens Blue. HEX triplet: CD, ED and FF. RGB value is (205,237,255). Sum of RGB (Red+Green+Blue) = 205+237+255=697 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.41% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDEDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEDFF is #321200. Grayscale: #E5E5E5. Windows color (decimal): -3281409 or 16772557. OLE color: 16772557.

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

Color convert

RGB205237255-
CMYK0.200.0700
HSL201.6º100%90.2%-
HSV(B)201.6º19.61%100%-
XYZ73.5180.77106.32-
YUV229.48142.4110.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.41%
GREEN value IS 237 (92.97% from 255) = 34.00%
BLUE value IS 255 (100% from 255) = 36.59%
R=29.41%
G=34.00%
B=36.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052372550.200.0700201.610090.2
HexCDEDFF14700ca645a
Octal31535537724700312144132
Binary11001101111011011111111110100111001100101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDFF; }

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

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

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

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

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

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

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

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