#CDE9FF

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

Shades of Pattens Blue #CDE9FF

Tints of Pattens Blue #CDE9FF

Color information

#CDE9FF (or 0xCDE9FF) is unknown color: approx Pattens Blue. HEX triplet: CD, E9 and FF. RGB value is (205,233,255). Sum of RGB (Red+Green+Blue) = 205+233+255=693 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.58% from 693); Green value is 233 (91.41% from 255 or 33.62% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDE9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE9FF is #321600. Grayscale: #E3E3E3. Windows color (decimal): -3282433 or 16771533. OLE color: 16771533.

HSL color Cylindrical-coordinate representation of color #CDE9FF: hue angle of 206.4º 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 #CDE9FF is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB205233255-
CMYK0.200.0900
HSL206.4º100%90.2%-
HSV(B)206.4º19.61%100%-
XYZ72.3778.48105.94-
YUV227.14143.72112.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.58%
GREEN value IS 233 (91.41% from 255) = 33.62%
BLUE value IS 255 (100% from 255) = 36.80%
R=29.58%
G=33.62%
B=36.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052332550.200.0900206.410090.2
HexCDE9FF14900ce645a
Octal315351377241100316144132
Binary110011011110100111111111101001001001100111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE9FF; }

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

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

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

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

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

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

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

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