Html Css Color HEX #CEDBE4 Pattens Blue

📋 copy color: '#CEDBE4'

red 206 ◦ green 219 ◦ blue 228

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

Shades of Pattens Blue #CEDBE4

Tints of Pattens Blue #CEDBE4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.54%

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

R = 31.55%
G = 33.54%
B = 34.92%

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

#CEDBE4 (or 0xCEDBE4) is known color: Pattens Blue. HEX triplet: CE, DB and E4. RGB value is (206,219,228). Sum of RGB (Red+Green+Blue) = 206+219+228=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 228 (89.45% from 255 or 34.92% from 653); Max value from RGB is 228 - color contains mainly: blue. Hex color #CEDBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBE4 is #31241B. Grayscale: #D8D8D8. Windows color (decimal): -3220508 or 14998478. OLE color: 14998478.

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

Color convert

RGB 206 219 228 -
CMYK 0.10 0.04 0 0.11
HSL 204.55º 0.29% 0.85% -
HSV(B) 204.55º 0.1% 0.89% -
XYZ 64.79 69.39 83.38 -
YUV 216.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 206 219 228 0.10 0.04 0 0.11 204.55 0.29 0.85
Hex CE DB E4 A 4 0 B CD 1D 55
Octal 316 333 344 12 4 0 13 315 35 125
Binary 11001110 11011011 11100100 1010 100 0 1011 11001101 11101 1010101

Color Harmonies of #CEDBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDBE4

Black with #CEDBE4

Text Example


Text Example

White with #CEDBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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