#CDE8FE

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

Shades of Pattens Blue #CDE8FE

Tints of Pattens Blue #CDE8FE

Color information

#CDE8FE (or 0xCDE8FE) is unknown color: approx Pattens Blue. HEX triplet: CD, E8 and FE. RGB value is (205,232,254). Sum of RGB (Red+Green+Blue) = 205+232+254=691 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.67% from 691); Green value is 232 (91.02% from 255 or 33.57% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDE8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE8FE is #321701. Grayscale: #E2E2E2. Windows color (decimal): -3282690 or 16705741. OLE color: 16705741.

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

Color convert

RGB205232254-
CMYK0.190.0900.00
HSL206.94º96.08%90%-
HSV(B)206.94º19.29%99.61%-
XYZ71.9277.85105-
YUV226.43143.55112.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.67%
GREEN value IS 232 (91.02% from 255) = 33.57%
BLUE value IS 254 (99.61% from 255) = 36.76%
R=29.67%
G=33.57%
B=36.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052322540.190.0900.00206.9496.0890
HexCDE8FE13900cf605a
Octal315350376231100317140132
Binary110011011110100011111110100111001001100111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE8FE; }

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

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

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

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

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

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

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

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