#CDEBF8

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

Shades of Pattens Blue #CDEBF8

Tints of Pattens Blue #CDEBF8

Color information

#CDEBF8 (or 0xCDEBF8) is unknown color: approx Pattens Blue. HEX triplet: CD, EB and F8. RGB value is (205,235,248). Sum of RGB (Red+Green+Blue) = 205+235+248=688 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.80% from 688); Green value is 235 (92.19% from 255 or 34.16% from 688); Blue value is 248 (97.27% from 255 or 36.05% from 688); Max value from RGB is 248 - color contains mainly: blue. Hex color #CDEBF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEBF8 is #321407. Grayscale: #E3E3E3. Windows color (decimal): -3281928 or 16313293. OLE color: 16313293.

HSL color Cylindrical-coordinate representation of color #CDEBF8: hue angle of 198.14º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDEBF8 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB205235248-
CMYK0.170.0500.03
HSL198.14º75.44%88.82%-
HSV(B)198.14º17.34%97.25%-
XYZ71.8379.17100.3-
YUV227.51139.56111.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.80%
GREEN value IS 235 (92.19% from 255) = 34.16%
BLUE value IS 248 (97.27% from 255) = 36.05%
R=29.80%
G=34.16%
B=36.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052352480.170.0500.03198.1475.4488.82
HexCDEBF811503c64b59
Octal31535337021503306113131
Binary110011011110101111111000100011010111100011010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBF8; }

 p { color: rgb(205,235,248); }

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

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

 a { background-color: rgb(205,235,248); }

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

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

 span { border-color: rgb(205,235,248); }

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