Html Css Color HEX #CCBED8 Prelude

📋 copy color: '#CCBED8'

red 204 ◦ green 190 ◦ blue 216

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

Shades of Prelude #CCBED8

Tints of Prelude #CCBED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.41%

R = 33.44%
G = 31.15%
B = 35.41%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCBED8 (or 0xCCBED8) is known color: Prelude. HEX triplet: CC, BE and D8. RGB value is (204,190,216). Sum of RGB (Red+Green+Blue) = 204+190+216=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCBED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBED8 is #334127. Grayscale: #C5C5C5. Windows color (decimal): -3359016 or 14204620. OLE color: 14204620.

HSL color Cylindrical-coordinate representation of color #CCBED8: hue angle of 272.31º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCBED8 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 190 216 -
CMYK 0.06 0.12 0 0.15
HSL 272.31º 0.25% 0.8% -
HSV(B) 272.31º 0.12% 0.85% -
XYZ 55.71 54.62 72.57 -
YUV 197.15 138.64 132.89 -
System Red Green Blue C M Y K H S L
Decimal 204 190 216 0.06 0.12 0 0.15 272.31 0.25 0.8
Hex CC BE D8 6 C 0 F 110 19 50
Octal 314 276 330 6 14 0 17 420 31 120
Binary 11001100 10111110 11011000 110 1100 0 1111 100010000 11001 1010000

Color Harmonies of #CCBED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBED8

Black with #CCBED8

Text Example


Text Example

White with #CCBED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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