#CDEAF4

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

Shades of Pattens Blue #CDEAF4

Tints of Pattens Blue #CDEAF4

Color information

#CDEAF4 (or 0xCDEAF4) is unknown color: approx Pattens Blue. HEX triplet: CD, EA and F4. RGB value is (205,234,244). Sum of RGB (Red+Green+Blue) = 205+234+244=683 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.01% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 244 (95.70% from 255 or 35.72% from 683); Max value from RGB is 244 - color contains mainly: blue. Hex color #CDEAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEAF4 is #32150B. Grayscale: #E2E2E2. Windows color (decimal): -3282188 or 16050893. OLE color: 16050893.

HSL color Cylindrical-coordinate representation of color #CDEAF4: hue angle of 195.38º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDEAF4 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205234244-
CMYK0.160.0400.04
HSL195.38º63.93%88.04%-
HSV(B)195.38º15.98%95.69%-
XYZ70.9378.3696.97-
YUV226.47137.89112.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.01%
GREEN value IS 234 (91.80% from 255) = 34.26%
BLUE value IS 244 (95.70% from 255) = 35.72%
R=30.01%
G=34.26%
B=35.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052342440.160.0400.04195.3863.9388.04
HexCDEAF410404c34058
Octal31535236420404303100130
Binary1100110111101010111101001000010001001100001110000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEAF4; }

 p { color: rgb(205,234,244); }

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

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

 a { background-color: rgb(205,234,244); }

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

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

 span { border-color: rgb(205,234,244); }

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