Html Css Color HEX #CEDCE4 Pattens Blue

📋 copy color: '#CEDCE4'

red 206 ◦ green 220 ◦ blue 228

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

Shades of Pattens Blue #CEDCE4

Tints of Pattens Blue #CEDCE4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.64%

 BLUE value IS 228 (89.45% from 255) = 34.86%

R = 31.5%
G = 33.64%
B = 34.86%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CEDCE4 (or 0xCEDCE4) is known color: Pattens Blue. HEX triplet: CE, DC and E4. RGB value is (206,220,228). Sum of RGB (Red+Green+Blue) = 206+220+228=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 228 (89.45% from 255 or 34.86% from 654); Max value from RGB is 228 - color contains mainly: blue. Hex color #CEDCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCE4 is #31231B. Grayscale: #D8D8D8. Windows color (decimal): -3220252 or 14998734. OLE color: 14998734.

HSL color Cylindrical-coordinate representation of color #CEDCE4: hue angle of 201.82º degrees, saturation: 0.29, 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 #CEDCE4 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 220 228 -
CMYK 0.10 0.04 0 0.11
HSL 201.82º 0.29% 0.85% -
HSV(B) 201.82º 0.1% 0.89% -
XYZ 65.05 69.91 83.46 -
YUV 216.73 134.36 120.35 -
System Red Green Blue C M Y K H S L
Decimal 206 220 228 0.10 0.04 0 0.11 201.82 0.29 0.85
Hex CE DC E4 A 4 0 B CA 1D 55
Octal 316 334 344 12 4 0 13 312 35 125
Binary 11001110 11011100 11100100 1010 100 0 1011 11001010 11101 1010101

Color Harmonies of #CEDCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCE4

Black with #CEDCE4

Text Example


Text Example

White with #CEDCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCE4; }

 p { color: rgb(206,220,228); }

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

background-color css

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

 a { background-color: rgb(206,220,228); }

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

border-color css

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

 span { border-color: rgb(206,220,228); }

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