Html Css Color HEX #CCBED5 Prelude

📋 copy color: '#CCBED5'

red 204 ◦ green 190 ◦ blue 213

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

Shades of Prelude #CCBED5

Tints of Prelude #CCBED5

RGB

 RED value IS 204 (80.08% from 255) = 33.61%

 GREEN value IS 190 (74.61% from 255) = 31.3%

 BLUE value IS 213 (83.59% from 255) = 35.09%

R = 33.61%
G = 31.3%
B = 35.09%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCBED5 (or 0xCCBED5) is known color: Prelude. HEX triplet: CC, BE and D5. RGB value is (204,190,213). Sum of RGB (Red+Green+Blue) = 204+190+213=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCBED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBED5 is #33412A. Grayscale: #C4C4C4. Windows color (decimal): -3359019 or 14008012. OLE color: 14008012.

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

Color convert

RGB 204 190 213 -
CMYK 0.04 0.11 0 0.16
HSL 276.52º 0.21% 0.79% -
HSV(B) 276.52º 0.11% 0.84% -
XYZ 55.33 54.47 70.55 -
YUV 196.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 204 190 213 0.04 0.11 0 0.16 276.52 0.21 0.79
Hex CC BE D5 4 B 0 10 115 15 4F
Octal 314 276 325 4 13 0 20 425 25 117
Binary 11001100 10111110 11010101 100 1011 0 10000 100010101 10101 1001111

Color Harmonies of #CCBED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBED5

Black with #CCBED5

Text Example


Text Example

White with #CCBED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBED5; }

 p { color: rgb(204,190,213); }

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

background-color css

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

 a { background-color: rgb(204,190,213); }

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

border-color css

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

 span { border-color: rgb(204,190,213); }

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