Html Css Color HEX #CDDEE6 Pattens Blue

📋 copy color: '#CDDEE6'

red 205 ◦ green 222 ◦ blue 230

#CDDEE6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pattens Blue #CDDEE6

Tints of Pattens Blue #CDDEE6

RGB

 RED value IS 205 (80.47% from 255) = 31.2%

 GREEN value IS 222 (87.11% from 255) = 33.79%

 BLUE value IS 230 (90.23% from 255) = 35.01%

R = 31.2%
G = 33.79%
B = 35.01%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CDDEE6 (or 0xCDDEE6) is known color: Pattens Blue. HEX triplet: CD, DE and E6. RGB value is (205,222,230). Sum of RGB (Red+Green+Blue) = 205+222+230=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 230 - color contains mainly: blue. Hex color #CDDEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDEE6 is #322119. Grayscale: #D9D9D9. Windows color (decimal): -3285274 or 15130317. OLE color: 15130317.

HSL color Cylindrical-coordinate representation of color #CDDEE6: hue angle of 199.2º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDDEE6 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 222 230 -
CMYK 0.11 0.03 0 0.10
HSL 199.2º 0.33% 0.85% -
HSV(B) 199.2º 0.11% 0.9% -
XYZ 65.58 70.93 85.1 -
YUV 217.83 134.87 118.85 -
System Red Green Blue C M Y K H S L
Decimal 205 222 230 0.11 0.03 0 0.10 199.2 0.33 0.85
Hex CD DE E6 B 3 0 A C7 21 55
Octal 315 336 346 13 3 0 12 307 41 125
Binary 11001101 11011110 11100110 1011 11 0 1010 11000111 100001 1010101

Color Harmonies of #CDDEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDEE6

Black with #CDDEE6

Text Example


Text Example

White with #CDDEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDEE6; }

 p { color: rgb(205,222,230); }

 H1.HeaderClassName
 {
   color: #CDDEE6;
 }
 .AnyTagClassName
 {
   color: #CDDEE6;
 }
</style>

background-color css

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

 a { background-color: rgb(205,222,230); }

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

border-color css

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

 span { border-color: rgb(205,222,230); }

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