Html Css Color HEX #CBBDD4 Prelude

📋 copy color: '#CBBDD4'

red 203 ◦ green 189 ◦ blue 212

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

Shades of Prelude #CBBDD4

Tints of Prelude #CBBDD4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.29%

 BLUE value IS 212 (83.2% from 255) = 35.1%

R = 33.61%
G = 31.29%
B = 35.1%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CBBDD4 (or 0xCBBDD4) is known color: Prelude. HEX triplet: CB, BD and D4. RGB value is (203,189,212). Sum of RGB (Red+Green+Blue) = 203+189+212=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 212 - color contains mainly: blue. Hex color #CBBDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDD4 is #34422B. Grayscale: #C3C3C3. Windows color (decimal): -3424812 or 13942219. OLE color: 13942219.

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

Color convert

RGB 203 189 212 -
CMYK 0.04 0.11 0 0.17
HSL 276.52º 0.21% 0.79% -
HSV(B) 276.52º 0.11% 0.83% -
XYZ 54.71 53.85 69.8 -
YUV 195.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 203 189 212 0.04 0.11 0 0.17 276.52 0.21 0.79
Hex CB BD D4 4 B 0 11 115 15 4F
Octal 313 275 324 4 13 0 21 425 25 117
Binary 11001011 10111101 11010100 100 1011 0 10001 100010101 10101 1001111

Color Harmonies of #CBBDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBDD4

Black with #CBBDD4

Text Example


Text Example

White with #CBBDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBDD4; }

 p { color: rgb(203,189,212); }

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

background-color css

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

 a { background-color: rgb(203,189,212); }

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

border-color css

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

 span { border-color: rgb(203,189,212); }

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