Html Css Color HEX #CBAED3 Prelude

📋 copy color: '#CBAED3'

red 203 ◦ green 174 ◦ blue 211

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

Shades of Prelude #CBAED3

Tints of Prelude #CBAED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.88%

R = 34.52%
G = 29.59%
B = 35.88%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CBAED3 (or 0xCBAED3) is known color: Prelude. HEX triplet: CB, AE and D3. RGB value is (203,174,211). Sum of RGB (Red+Green+Blue) = 203+174+211=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 211 - color contains mainly: blue. Hex color #CBAED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAED3 is #34512C. Grayscale: #BABABA. Windows color (decimal): -3428653 or 13872843. OLE color: 13872843.

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

Color convert

RGB 203 174 211 -
CMYK 0.04 0.18 0 0.17
HSL 287.03º 0.3% 0.75% -
HSV(B) 287.03º 0.18% 0.83% -
XYZ 51.52 47.67 68.11 -
YUV 186.89 141.61 139.49 -
System Red Green Blue C M Y K H S L
Decimal 203 174 211 0.04 0.18 0 0.17 287.03 0.3 0.75
Hex CB AE D3 4 12 0 11 11F 1E 4B
Octal 313 256 323 4 22 0 21 437 36 113
Binary 11001011 10101110 11010011 100 10010 0 10001 100011111 11110 1001011

Color Harmonies of #CBAED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAED3

Black with #CBAED3

Text Example


Text Example

White with #CBAED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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