Html Css Color HEX #CBAED1 Prelude

📋 copy color: '#CBAED1'

red 203 ◦ green 174 ◦ blue 209

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

Shades of Prelude #CBAED1

Tints of Prelude #CBAED1

RGB

 RED value IS 203 (79.69% from 255) = 34.64%

 GREEN value IS 174 (68.36% from 255) = 29.69%

 BLUE value IS 209 (82.03% from 255) = 35.67%

R = 34.64%
G = 29.69%
B = 35.67%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CBAED1 (or 0xCBAED1) is known color: Prelude. HEX triplet: CB, AE and D1. RGB value is (203,174,209). Sum of RGB (Red+Green+Blue) = 203+174+209=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBAED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAED1 is #34512E. Grayscale: #BABABA. Windows color (decimal): -3428655 or 13741771. OLE color: 13741771.

HSL color Cylindrical-coordinate representation of color #CBAED1: hue angle of 289.71º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBAED1 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 174 209 -
CMYK 0.03 0.17 0 0.18
HSL 289.71º 0.28% 0.75% -
HSV(B) 289.71º 0.17% 0.82% -
XYZ 51.27 47.57 66.8 -
YUV 186.66 140.61 139.65 -
System Red Green Blue C M Y K H S L
Decimal 203 174 209 0.03 0.17 0 0.18 289.71 0.28 0.75
Hex CB AE D1 3 11 0 12 122 1C 4B
Octal 313 256 321 3 21 0 22 442 34 113
Binary 11001011 10101110 11010001 11 10001 0 10010 100100010 11100 1001011

Color Harmonies of #CBAED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAED1

Black with #CBAED1

Text Example


Text Example

White with #CBAED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAED1; }

 p { color: rgb(203,174,209); }

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

background-color css

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

 a { background-color: rgb(203,174,209); }

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

border-color css

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

 span { border-color: rgb(203,174,209); }

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