Html Css Color HEX #CEDFE5 Pattens Blue

📋 copy color: '#CEDFE5'

red 206 ◦ green 223 ◦ blue 229

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

Shades of Pattens Blue #CEDFE5

Tints of Pattens Blue #CEDFE5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.89%

 BLUE value IS 229 (89.84% from 255) = 34.8%

R = 31.31%
G = 33.89%
B = 34.8%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CEDFE5 (or 0xCEDFE5) is known color: Pattens Blue. HEX triplet: CE, DF and E5. RGB value is (206,223,229). Sum of RGB (Red+Green+Blue) = 206+223+229=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 229 (89.84% from 255 or 34.80% from 658); Max value from RGB is 229 - color contains mainly: blue. Hex color #CEDFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFE5 is #31201A. Grayscale: #DADADA. Windows color (decimal): -3219483 or 15065038. OLE color: 15065038.

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

Color convert

RGB 206 223 229 -
CMYK 0.10 0.03 0 0.10
HSL 195.65º 0.31% 0.85% -
HSV(B) 195.65º 0.1% 0.9% -
XYZ 65.98 71.55 84.46 -
YUV 218.6 133.87 119.01 -
System Red Green Blue C M Y K H S L
Decimal 206 223 229 0.10 0.03 0 0.10 195.65 0.31 0.85
Hex CE DF E5 A 3 0 A C4 1F 55
Octal 316 337 345 12 3 0 12 304 37 125
Binary 11001110 11011111 11100101 1010 11 0 1010 11000100 11111 1010101

Color Harmonies of #CEDFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDFE5

Black with #CEDFE5

Text Example


Text Example

White with #CEDFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDFE5; }

 p { color: rgb(206,223,229); }

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

background-color css

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

 a { background-color: rgb(206,223,229); }

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

border-color css

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

 span { border-color: rgb(206,223,229); }

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