#CDEAF3

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

Shades of Pattens Blue #CDEAF3

Tints of Pattens Blue #CDEAF3

Color information

#CDEAF3 (or 0xCDEAF3) is unknown color: approx Pattens Blue. HEX triplet: CD, EA and F3. RGB value is (205,234,243). Sum of RGB (Red+Green+Blue) = 205+234+243=682 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.06% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 243 (95.31% from 255 or 35.63% from 682); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDEAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEAF3 is #32150C. Grayscale: #E2E2E2. Windows color (decimal): -3282189 or 15985357. OLE color: 15985357.

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

Color convert

RGB205234243-
CMYK0.160.0400.05
HSL194.21º61.29%87.84%-
HSV(B)194.21º15.64%95.29%-
XYZ70.7878.396.18-
YUV226.36137.39112.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.06%
GREEN value IS 234 (91.80% from 255) = 34.31%
BLUE value IS 243 (95.31% from 255) = 35.63%
R=30.06%
G=34.31%
B=35.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052342430.160.0400.05194.2161.2987.84
HexCDEAF310405c23d58
Octal3153523632040530275130
Binary110011011110101011110011100001000101110000101111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEAF3; }

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

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

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

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

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

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

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

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