#CDDBE3

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

Shades of Pattens Blue #CDDBE3

Tints of Pattens Blue #CDDBE3

Color information

#CDDBE3 (or 0xCDDBE3) is unknown color: approx Pattens Blue. HEX triplet: CD, DB and E3. RGB value is (205,219,227). Sum of RGB (Red+Green+Blue) = 205+219+227=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 227 (89.06% from 255 or 34.87% from 651); Max value from RGB is 227 - color contains mainly: blue. Hex color #CDDBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDBE3 is #32241C. Grayscale: #D7D7D7. Windows color (decimal): -3286045 or 14932941. OLE color: 14932941.

HSL color Cylindrical-coordinate representation of color #CDDBE3: hue angle of 201.82º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDDBE3 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB205219227-
CMYK0.100.0400.11
HSL201.82º28.21%84.71%-
HSV(B)201.82º9.69%89.02%-
XYZ64.3769.1982.63-
YUV215.73134.36120.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.49%
GREEN value IS 219 (85.94% from 255) = 33.64%
BLUE value IS 227 (89.06% from 255) = 34.87%
R=31.49%
G=33.64%
B=34.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052192270.100.0400.11201.8228.2184.71
HexCDDBE3A40Bca1c55
Octal31533334312401331234125
Binary11001101110110111110001110101000101111001010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBE3; }

 p { color: rgb(205,219,227); }

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

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

 a { background-color: rgb(205,219,227); }

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

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

 span { border-color: rgb(205,219,227); }

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