#CDDFEB

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

Shades of Pattens Blue #CDDFEB

Tints of Pattens Blue #CDDFEB

Color information

#CDDFEB (or 0xCDDFEB) is unknown color: approx Pattens Blue. HEX triplet: CD, DF and EB. RGB value is (205,223,235). Sum of RGB (Red+Green+Blue) = 205+223+235=663 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.92% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDDFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDFEB is #322014. Grayscale: #DADADA. Windows color (decimal): -3285013 or 15458253. OLE color: 15458253.

HSL color Cylindrical-coordinate representation of color #CDDFEB: hue angle of 204º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDDFEB is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205223235-
CMYK0.130.0500.08
HSL204º42.86%86.27%-
HSV(B)204º12.77%92.16%-
XYZ66.5671.7588.94-
YUV218.99137.04118.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.92%
GREEN value IS 223 (87.5% from 255) = 33.63%
BLUE value IS 235 (92.19% from 255) = 35.44%
R=30.92%
G=33.63%
B=35.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052232350.130.0500.0820442.8686.27
HexCDDFEBD508cc2b56
Octal31533735315501031453126
Binary110011011101111111101011110110101000110011001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFEB; }

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

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

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

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

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

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

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

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