Html Css Color HEX #CEDBE3 Pattens Blue

📋 copy color: '#CEDBE3'

red 206 ◦ green 219 ◦ blue 227

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

Shades of Pattens Blue #CEDBE3

Tints of Pattens Blue #CEDBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.82%

R = 31.6%
G = 33.59%
B = 34.82%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CEDBE3 (or 0xCEDBE3) is known color: Pattens Blue. HEX triplet: CE, DB and E3. RGB value is (206,219,227). Sum of RGB (Red+Green+Blue) = 206+219+227=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 227 (89.06% from 255 or 34.82% from 652); Max value from RGB is 227 - color contains mainly: blue. Hex color #CEDBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBE3 is #31241C. Grayscale: #D7D7D7. Windows color (decimal): -3220509 or 14932942. OLE color: 14932942.

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

Color convert

RGB 206 219 227 -
CMYK 0.09 0.04 0 0.11
HSL 202.86º 0.27% 0.85% -
HSV(B) 202.86º 0.09% 0.89% -
XYZ 64.65 69.33 82.65 -
YUV 216.03 134.19 120.85 -
System Red Green Blue C M Y K H S L
Decimal 206 219 227 0.09 0.04 0 0.11 202.86 0.27 0.85
Hex CE DB E3 9 4 0 B CB 1B 55
Octal 316 333 343 11 4 0 13 313 33 125
Binary 11001110 11011011 11100011 1001 100 0 1011 11001011 11011 1010101

Color Harmonies of #CEDBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDBE3

Black with #CEDBE3

Text Example


Text Example

White with #CEDBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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