Html Css Color HEX #CEDDE7 Pattens Blue

📋 copy color: '#CEDDE7'

red 206 ◦ green 221 ◦ blue 231

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

Shades of Pattens Blue #CEDDE7

Tints of Pattens Blue #CEDDE7

RGB

 RED value IS 206 (80.86% from 255) = 31.31%

 GREEN value IS 221 (86.72% from 255) = 33.59%

 BLUE value IS 231 (90.63% from 255) = 35.11%

R = 31.31%
G = 33.59%
B = 35.11%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CEDDE7 (or 0xCEDDE7) is known color: Pattens Blue. HEX triplet: CE, DD and E7. RGB value is (206,221,231). Sum of RGB (Red+Green+Blue) = 206+221+231=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 231 (90.62% from 255 or 35.11% from 658); Max value from RGB is 231 - color contains mainly: blue. Hex color #CEDDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDDE7 is #312218. Grayscale: #D9D9D9. Windows color (decimal): -3219993 or 15195598. OLE color: 15195598.

HSL color Cylindrical-coordinate representation of color #CEDDE7: hue angle of 204º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEDDE7 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 221 231 -
CMYK 0.11 0.04 0 0.09
HSL 204º 0.34% 0.86% -
HSV(B) 204º 0.11% 0.91% -
XYZ 65.73 70.6 85.76 -
YUV 217.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 206 221 231 0.11 0.04 0 0.09 204 0.34 0.86
Hex CE DD E7 B 4 0 9 CC 22 56
Octal 316 335 347 13 4 0 11 314 42 126
Binary 11001110 11011101 11100111 1011 100 0 1001 11001100 100010 1010110

Color Harmonies of #CEDDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDDE7

Black with #CEDDE7

Text Example


Text Example

White with #CEDDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDDE7; }

 p { color: rgb(206,221,231); }

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

background-color css

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

 a { background-color: rgb(206,221,231); }

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

border-color css

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

 span { border-color: rgb(206,221,231); }

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