Html Css Color HEX #CBD0E0 Periwinkle

📋 copy color: '#CBD0E0'

red 203 ◦ green 208 ◦ blue 224

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

Shades of Periwinkle #CBD0E0

Tints of Periwinkle #CBD0E0

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.76%

 BLUE value IS 224 (87.89% from 255) = 35.28%

R = 31.97%
G = 32.76%
B = 35.28%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CBD0E0 (or 0xCBD0E0) is known color: Periwinkle. HEX triplet: CB, D0 and E0. RGB value is (203,208,224). Sum of RGB (Red+Green+Blue) = 203+208+224=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 208 (81.64% from 255 or 32.76% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBD0E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD0E0 is #342F1F. Grayscale: #D0D0D0. Windows color (decimal): -3419936 or 14733515. OLE color: 14733515.

HSL color Cylindrical-coordinate representation of color #CBD0E0: hue angle of 225.71º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBD0E0 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 208 224 -
CMYK 0.09 0.07 0 0.12
HSL 225.71º 0.25% 0.84% -
HSV(B) 225.71º 0.09% 0.88% -
XYZ 60.64 63.19 79.52 -
YUV 208.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 203 208 224 0.09 0.07 0 0.12 225.71 0.25 0.84
Hex CB D0 E0 9 7 0 C E2 19 54
Octal 313 320 340 11 7 0 14 342 31 124
Binary 11001011 11010000 11100000 1001 111 0 1100 11100010 11001 1010100

Color Harmonies of #CBD0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD0E0

Black with #CBD0E0

Text Example


Text Example

White with #CBD0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD0E0; }

 p { color: rgb(203,208,224); }

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

background-color css

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

 a { background-color: rgb(203,208,224); }

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

border-color css

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

 span { border-color: rgb(203,208,224); }

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